{
    "name": "User Contact Form",
    "description": "A user contact form for gathering user contact details such as name, email, and message.",
    "category": "Contact",
    "tags": ["contact", "user", "email", "support"],
    "version": 2,
    "form_data": {
        "name": "User Contact Form",
        "heading": "Contact Us",
        "description": "Please provide your contact details so we can follow up with you.",
        "formpages": [1],
        "pages": [
            {
                "id": 1,
                "name": "Contact Information",
                "heading": "Contact Information",
                "description": "Please fill in the form with your contact details.",
                "folder": "0",
                "pagerows": [1, 2, 3],
                "rows": [
                    {
                        "id": 1,
                        "name": "Name and Email",
                        "heading": "Personal Information",
                        "description": "Provide your full name and email address.",
                        "folder": "0",
                        "rowcolumns": [1, 2],
                        "columns": [
                            {
                                "id": 1,
                                "name": "Column 1",
                                "fields": [1],
                                "width": 6,
                                "field_data": [
                                    {
                                        "id": 1,
                                        "field_type": "inputtext",
                                        "name": "Full Name",
                                        "heading": "Full Name",
                                        "description": "Enter your first and last name.",
                                        "is_required": 1,
                                        "placeholder": "John Doe"
                                    }
                                ]
                            },
                            {
                                "id": 2,
                                "name": "Column 2",
                                "fields": [2],
                                "width": 6,
                                "field_data": [
                                    {
                                        "id": 2,
                                        "field_type": "inputemail",
                                        "name": "Email Address",
                                        "heading": "Email Address",
                                        "description": "Enter your email address.",
                                        "is_required": 1,
                                        "placeholder": "john@example.com"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": 2,
                        "name": "Phone Number",
                        "heading": "Phone Number",
                        "description": "Provide your contact 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 contact number.",
                                        "is_required": 0,
                                        "placeholder": "+1 555 123 456"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": 3,
                        "name": "Message",
                        "heading": "Message",
                        "description": "Leave us a message.",
                        "folder": "0",
                        "rowcolumns": [4],
                        "columns": [
                            {
                                "id": 4,
                                "name": "Column 1",
                                "fields": [4],
                                "width": 12,
                                "field_data": [
                                    {
                                        "id": 4,
                                        "field_type": "textarea",
                                        "name": "Message",
                                        "heading": "Your Message",
                                        "description": "Write your message here.",
                                        "is_required": 1,
                                        "placeholder": "Enter your message"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ]
    ,
        "user_action": {
            "type": "show_success_message",
            "message": "Thanks for contacting us. We'll get back to you shortly.",
            "url": ""
        }
    }
}