Untitled

 avatar
unknown
plain_text
a year ago
5.8 kB
5
Indexable
{
    "status": true,
    "jsonData": {
        "name": "Winter Day Campus",
        "status": "Active",
        "formSteps": {
            "1": {
                "package": {
                    "type": "select",
                    "label": "Please choose the type of stay",
                    "placeholder": "Please Select Package",
                    "package": [
                        "3",
                        "9",
                        "12"
                    ]
                },
                "noofdays": {
                    "type": "text",
                    "label": "How Many Days",
                    "placeholder": "Enter No Of Days"
                },
                "arrivaldate": {
                    "type": "text",
                    "label": "Preferred Arrival Date",
                    "placeholder": "Select Arrival Date"
                },
                "departuredate": {
                    "type": "text",
                    "label": "Preferred Departure Date",
                    "placeholder": "Select Departure Date"
                },
                "email": {
                    "type": "email",
                    "label": "Email",
                    "placeholder": "Enter Email"
                },
                "phone": {
                    "type": "text",
                    "label": "Phone",
                    "placeholder": "Enter Phone Number"
                }
            },
            "2": {
                "1": {
                    "service": {
                        "label": "Sport Choice",
                        "placeholder": "Please Select Service",
                        "service_type_id": [
                            "5"
                        ],
                        "type": "radio",
                        "service_id": [
                            "20",
                            "21"
                        ]
                    }
                },
                "2": {
                    "service": {
                        "label": "Level",
                        "placeholder": "Please Select Service",
                        "service_type_id": [
                            "2"
                        ],
                        "type": "radio",
                        "service_id": [
                            "22",
                            "23",
                            "24"
                        ]
                    }
                }
            },
            "3": {
                "1": {
                    "service": {
                        "label": "Options",
                        "placeholder": "Please Select Service",
                        "service_type_id": [
                            "3"
                        ],
                        "type": "checkbox",
                        "service_id": [
                            "25",
                            "26",
                            "27",
                            "28",
                            "29"
                        ]
                    }
                },
                "language": {
                    "type": "radio",
                    "label": "Language",
                    "placeholder": "Please Select Language",
                    "language": [
                        "3",
                        "2",
                        "1"
                    ],
                    "mutiselect": "0"
                }
            },
            "4": {
                "parent": {
                    "label": "Parent Details",
                    "prefix_type": "select",
                    "parent_prefix": "1",
                    "first_name_type": "text",
                    "parent_first": "1",
                    "last_name_type": "text",
                    "parent_last": "1",
                    "city_type": "text",
                    "country_type": "select",
                    "address_type": "text",
                    "zipcode_type": "text"
                }
            },
            "5": {
                "parent": {
                    "label": "Address",
                    "prefix_type": "select",
                    "first_name_type": "text",
                    "last_name_type": "text",
                    "city_type": "text",
                    "parent_city": "1",
                    "country_type": "select",
                    "parent_country": "1",
                    "address_type": "text",
                    "parent_streetaddress": "1",
                    "zipcode_type": "text",
                    "parent_zipcode": "1"
                }
            },
            "6": {
                "child": {
                    "label": "Child Details",
                    "prefix_type": "select",
                    "child_prefix": "1",
                    "first_name_type": "text",
                    "child_first": "1",
                    "last_name_type": "text",
                    "child_last": "1",
                    "city_type": "text",
                    "country_type": "select",
                    "address_type": "text",
                    "zipcode_type": "text",
                    "nationality_type": "text",
                    "nationality": "1",
                    "dob_type": "text",
                    "date_of_birth": "1",
                    "passport_type": "text",
                    "child_passport": "1",
                    "school_type": "text",
                    "child_school": "1"
                }
            },
            "7": {
                "comments": {
                    "type": "textarea",
                    "label": "Comments",
                    "placeholder": "Enter comments"
                }
            }
        }
    }
}
Editor is loading...