{
    "name": "Newsletter Signup Form",
    "description": "A form to allow users to sign up for the newsletter by providing their name and email.",
    "category": "Newsletter",
    "tags": ["newsletter", "signup", "email", "subscription"],
    "version": 2,
    "form_data": {
        "name": "Newsletter Signup Form",
        "heading": "Sign Up for Our Newsletter",
        "description": "Stay updated! Please provide your details to subscribe to our newsletter.",
        "formpages": [1],
        "pages": [
            {
                "id": 1,
                "name": "Signup Information",
                "heading": "Signup Information",
                "description": "Please provide your name and email to sign up.",
                "folder": "0",
                "pagerows": [1, 2],
                "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": "John Doe"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": 2,
                        "name": "Email Address",
                        "heading": "Email Address",
                        "description": "Enter your email address to subscribe.",
                        "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": "john@example.com"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ],
        "user_action": {
          "type": "show_success_message",
          "message": "Thanks for subscribing! You'll start receiving updates in your inbox.",
          "url": ""
        }
    }
}