{
    "name": "Product Feedback Form",
    "description": "A form to collect user feedback about a product, including ratings and comments.",
    "category": "Feedback",
    "tags": ["product", "feedback", "rating", "comments"],
    "version": 2,
    "form_data": {
        "name": "Product Feedback Form",
        "heading": "We Value Your Feedback",
        "description": "Please share your thoughts on the product you used.",
        "formpages": [1],
        "pages": [
            {
                "id": 1,
                "name": "Product Feedback",
                "heading": "Product Feedback",
                "description": "Help us improve by providing feedback on your product experience.",
                "folder": "0",
                "pagerows": [1, 2, 3, 4],
                "rows": [
                    {
                        "id": 1,
                        "name": "Full 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 full 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": "Product Rating",
                        "heading": "Rate the Product",
                        "description": "How would you rate the product?",
                        "folder": "0",
                        "rowcolumns": [3],
                        "columns": [
                            {
                                "id": 3,
                                "name": "Column 1",
                                "fields": [3],
                                "width": 12,
                                "field_data": [
                                    {
                                        "id": 3,
                                        "field_type": "selectfield",
                                        "name": "Product Rating",
                                        "heading": "Product Rating",
                                        "description": "Select your rating for the product.",
                                        "is_required": 1,
                                        "field_options": "{\"Product Rating\": {\"1 Star\": \"1\", \"2 Stars\": \"2\", \"3 Stars\": \"3\", \"4 Stars\": \"4\", \"5 Stars\": \"5\"}}"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": 3,
                        "name": "Would You Recommend",
                        "heading": "Recommendation",
                        "description": "Would you recommend this product?",
                        "folder": "0",
                        "rowcolumns": [4],
                        "columns": [
                            {
                                "id": 4,
                                "name": "Column 1",
                                "fields": [4],
                                "width": 12,
                                "field_data": [
                                    {
                                        "id": 4,
                                        "field_type": "inputradio",
                                        "name": "Recommendation",
                                        "heading": "Would You Recommend?",
                                        "description": "Select Yes or No.",
                                        "is_required": 1,
                                        "field_options": "[{\"Yes\": \"yes\"}, {\"No\": \"no\"}]"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": 4,
                        "name": "Additional Comments",
                        "heading": "Comments",
                        "description": "Leave any additional comments or suggestions.",
                        "folder": "0",
                        "rowcolumns": [5],
                        "columns": [
                            {
                                "id": 5,
                                "name": "Column 1",
                                "fields": [5],
                                "width": 12,
                                "field_data": [
                                    {
                                        "id": 5,
                                        "field_type": "textarea",
                                        "name": "Comments",
                                        "heading": "Comments",
                                        "description": "Enter any additional comments or suggestions.",
                                        "is_required": 0,
                                        "placeholder": "Enter your feedback here."
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ]
        ,
        "user_action": {
            "type": "show_success_message",
            "message": "Thank you for your feedback!",
            "url": ""
        }
    }
}