{
    "name": "Job Application Form",
    "description": "A form to collect job application details, including personal information, skills, and experience.",
    "category": "Application",
    "tags": ["job", "application", "employment", "resume"],
    "version": 2,
    "form_data": {
        "name": "Job Application Form",
        "heading": "Apply for a Job",
        "description": "Please fill in your details to apply for a job with us.",
        "formpages": [1],
        "pages": [
            {
                "id": 1,
                "name": "Personal Information",
                "heading": "Personal Information",
                "description": "Provide your personal details.",
                "folder": "0",
                "pagerows": [1, 2, 3],
                "rows": [
                    {
                        "id": 1,
                        "name": "Full Name",
                        "heading": "Full Name",
                        "description": "Enter your full name.",
                        "folder": "0",
                        "rowcolumns": [1],
                        "columns": [
                            {
                                "id": 1,
                                "name": "Column 1",
                                "fields": [1],
                                "width": 12,
                                "field_data": [
                                    {
                                        "id": 1,
                                        "field_type": "inputtext",
                                        "name": "Full Name",
                                        "heading": "Full Name",
                                        "description": "Enter your full name.",
                                        "is_required": 1,
                                        "placeholder": "Jane Doe"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": 2,
                        "name": "Email Address",
                        "heading": "Email Address",
                        "description": "Enter your email address.",
                        "folder": "0",
                        "rowcolumns": [2],
                        "columns": [
                            {
                                "id": 2,
                                "name": "Column 1",
                                "fields": [2],
                                "width": 12,
                                "field_data": [
                                    {
                                        "id": 2,
                                        "field_type": "inputemail",
                                        "name": "Email Address",
                                        "heading": "Email Address",
                                        "description": "Enter your email address.",
                                        "is_required": 1,
                                        "placeholder": "jane@example.com"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": 3,
                        "name": "Phone Number",
                        "heading": "Phone Number",
                        "description": "Provide your phone number.",
                        "folder": "0",
                        "rowcolumns": [3],
                        "columns": [
                            {
                                "id": 3,
                                "name": "Column 1",
                                "fields": [3],
                                "width": 12,
                                "field_data": [
                                    {
                                        "id": 3,
                                        "field_type": "inputnumber",
                                        "name": "Phone Number",
                                        "heading": "Phone Number",
                                        "description": "Enter your phone number.",
                                        "is_required": 1,
                                        "placeholder": "555-555-5555"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ]
        ,
        "user_action": {
          "type": "show_success_message",
          "message": "Thank you for applying. We will review your application and contact you shortly.",
          "url": ""
        }
    }
}