{
  "name": "Workshop Signup Form",
  "description": "Signup for an in-person/virtual workshop with date, skill level, and notes.",
  "category": "Event",
  "tags": [
    "event",
    "workshop",
    "registration",
    "training"
  ],
  "version": 1,
  "form_data": {
    "name": "Workshop Signup Form",
    "heading": "Register for the Workshop",
    "description": "Fill in your details to secure your spot.",
    "formpages": [
      1
    ],
    "pages": [
      {
        "id": 1,
        "name": "Workshop Signup",
        "heading": "Participant Details",
        "description": "Select your date and skill level.",
        "folder": "0",
        "pagerows": [
          1,
          2,
          3,
          4
        ],
        "rows": [
          {
            "id": 1,
            "name": "Contact",
            "heading": "Your Details",
            "description": "We’ll send confirmation 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": "Date",
            "heading": "Workshop Date",
            "description": "Choose your date.",
            "folder": "0",
            "rowcolumns": [
              3
            ],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [
                  3
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "inputdate",
                    "name": "Workshop Date",
                    "heading": "Workshop Date",
                    "description": "Select a suitable date.",
                    "is_required": 1
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Skill",
            "heading": "Skill Level",
            "description": "Tell us your current level.",
            "folder": "0",
            "rowcolumns": [
              4
            ],
            "columns": [
              {
                "id": 4,
                "name": "Column 1",
                "fields": [
                  4
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "inputradio",
                    "name": "Skill Level",
                    "heading": "Skill Level",
                    "description": "Choose one.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"Beginner\": \"beginner\", \"Intermediate\": \"intermediate\", \"Advanced\": \"advanced\"}}"
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Notes",
            "heading": "Notes (Optional)",
            "description": "Any specific expectations or topics?",
            "folder": "0",
            "rowcolumns": [
              5
            ],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [
                  5
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "textarea",
                    "name": "Notes",
                    "heading": "Notes",
                    "description": "Optional message for the organizer.",
                    "is_required": 0,
                    "placeholder": "Your notes..."
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Thanks for signing up! We’ll email your workshop details shortly.",
      "url": ""
    }
  }
}