Created
July 22, 2022 09:28
-
-
Save ashishakya/357d443273dc10f46aa870dff5ffa582 to your computer and use it in GitHub Desktop.
psyco sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "answer": "A ullam tempor saepe", | |
| "parent": { | |
| "id": 1, | |
| "section": { | |
| "key": "personal_details", | |
| "label": "Personal Details" | |
| }, | |
| "field_type": "text", | |
| "field_label": "Salutation", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "Salutation", | |
| "lead_form_field_id": 3 | |
| }, | |
| { | |
| "answer": "Rerum atque ut ullam", | |
| "parent": { | |
| "id": 2, | |
| "section": { | |
| "key": "personal_details", | |
| "label": "Personal Details" | |
| }, | |
| "field_type": "text", | |
| "field_label": "First Name", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "First Name", | |
| "lead_form_field_id": 4 | |
| }, | |
| { | |
| "answer": "Ea mollitia velit ex", | |
| "parent": { | |
| "id": 3, | |
| "section": { | |
| "key": "personal_details", | |
| "label": "Personal Details" | |
| }, | |
| "field_type": "text", | |
| "field_label": "Middle Name", | |
| "is_mandatory": 0 | |
| }, | |
| "question": "Middle Name", | |
| "lead_form_field_id": 2 | |
| }, | |
| { | |
| "answer": "Commodi aute amet l", | |
| "parent": { | |
| "id": 4, | |
| "section": { | |
| "key": "personal_details", | |
| "label": "Personal Details" | |
| }, | |
| "field_type": "text", | |
| "field_label": "Last Name", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "Last Name", | |
| "lead_form_field_id": 5 | |
| }, | |
| { | |
| "answer": "2002-12-26", | |
| "parent": { | |
| "id": 5, | |
| "section": { | |
| "key": "personal_details", | |
| "label": "Personal Details" | |
| }, | |
| "field_type": "date", | |
| "field_label": "Date Of Birth", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "Date Of Birth", | |
| "lead_form_field_id": 6 | |
| }, | |
| { | |
| "answer": "Repudiandae quis ill", | |
| "parent": { | |
| "id": 6, | |
| "section": { | |
| "key": "contact_details", | |
| "label": "Contact Details" | |
| }, | |
| "field_type": "text", | |
| "field_label": "Address", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "Address", | |
| "lead_form_field_id": 7 | |
| }, | |
| { | |
| "answer": "Do ex non Nam vitae", | |
| "parent": { | |
| "id": 7, | |
| "section": { | |
| "key": "contact_details", | |
| "label": "Contact Details" | |
| }, | |
| "field_type": "text", | |
| "field_label": "House Number", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "House Number", | |
| "lead_form_field_id": 8 | |
| }, | |
| { | |
| "answer": "Eiusmod temporibus q", | |
| "parent": { | |
| "id": 8, | |
| "section": { | |
| "key": "contact_details", | |
| "label": "Contact Details" | |
| }, | |
| "field_type": "text", | |
| "field_label": "Zip Code", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "Zip Code", | |
| "lead_form_field_id": 9 | |
| }, | |
| { | |
| "answer": "Et dolores consequat", | |
| "parent": { | |
| "id": 9, | |
| "section": { | |
| "key": "contact_details", | |
| "label": "Contact Details" | |
| }, | |
| "field_type": "text", | |
| "field_label": "Place", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "Place", | |
| "lead_form_field_id": 10 | |
| }, | |
| { | |
| "answer": "Id in voluptas repel", | |
| "parent": { | |
| "id": 10, | |
| "section": { | |
| "key": "contact_details", | |
| "label": "Contact Details" | |
| }, | |
| "field_type": "text", | |
| "field_label": "Phone Number", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "Phone Number", | |
| "lead_form_field_id": 11 | |
| }, | |
| { | |
| "answer": "[email protected]", | |
| "parent": { | |
| "id": 11, | |
| "section": { | |
| "key": "contact_details", | |
| "label": "Contact Details" | |
| }, | |
| "field_type": "email", | |
| "field_label": "Email Address", | |
| "is_mandatory": 1 | |
| }, | |
| "question": "Email Address", | |
| "lead_form_field_id": 12 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment