{
  "name": "Webinar Registration Form",
  "description": "Register attendees for an online webinar with session time and reminder opt‑in.",
  "category": "Event",
  "tags": [
    "event",
    "webinar",
    "registration",
    "online"
  ],
  "version": 1,
  "form_data": {
    "name": "Webinar Registration Form",
    "heading": "Register for the Webinar",
    "description": "Please fill in your details to receive your webinar link.",
    "formpages": [
      1
    ],
    "pages": [
      {
        "id": 1,
        "name": "Webinar Registration",
        "heading": "Attendee Details",
        "description": "Provide your information and preferred session.",
        "folder": "0",
        "pagerows": [
          1,
          2,
          3,
          4
        ],
        "rows": [
          {
            "id": 1,
            "name": "Contact",
            "heading": "Your Details",
            "description": "We’ll send the join link to this email.",
            "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": "you@example.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Session",
            "heading": "Choose Session",
            "description": "Pick a suitable time slot.",
            "folder": "0",
            "rowcolumns": [
              3
            ],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [
                  3
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "selectfield",
                    "name": "Session Time",
                    "heading": "Session Time",
                    "description": "Select your preferred session time.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"09:00\": \"09:00 AM\",\"12:00\": \"12:00 PM\",\"15:00\": \"03:00 PM\",\"18:00\": \"06:00 PM\"}}"
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Reminders",
            "heading": "Reminders",
            "description": "Get a reminder before the webinar starts.",
            "folder": "0",
            "rowcolumns": [
              4
            ],
            "columns": [
              {
                "id": 4,
                "name": "Column 1",
                "fields": [
                  4
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "inputcheckbox",
                    "name": "Reminder Opt-in",
                    "heading": "Send me a reminder email",
                    "description": "We’ll send an email reminder 24 hours before the event.",
                    "is_required": 0,
                    "field_options": "[{\"Yes\": \"yes\"}]"
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Questions",
            "heading": "Questions (Optional)",
            "description": "Share a question for the speaker.",
            "folder": "0",
            "rowcolumns": [
              5
            ],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [
                  5
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "textarea",
                    "name": "Question",
                    "heading": "Your Question (Optional)",
                    "description": "Optional: a question you’d like covered.",
                    "is_required": 0,
                    "placeholder": "Type your question..."
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Thanks! Your webinar registration is confirmed. Check your email for the join link.",
      "url": ""
    }
  }
}