{
  "name": "Training Registration Form",
  "description": "A comprehensive form for registering participants in training programs and courses.",
  "category": "Enrollment",
  "tags": ["training", "course", "registration", "education", "workshop"],
  "version": 1,
  "form_data": {
    "name": "Training Registration Form",
    "heading": "Register for Training",
    "description": "Enroll in our training program by completing this registration form.",
    "formpages": [1],
    "pages": [
      {
        "id": 1,
        "name": "Training Registration",
        "heading": "Training Enrollment",
        "description": "Provide your details to register for the training program.",
        "folder": "0",
        "pagerows": [1, 2, 3, 4],
        "rows": [
          {
            "id": 1,
            "name": "Participant Information",
            "heading": "Participant Details",
            "description": "Enter your personal information.",
            "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": "Alex Rivera"
                  }
                ]
              },
              {
                "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": "alex@example.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Contact and Organization",
            "heading": "Contact Information",
            "description": "Provide your contact details and organization.",
            "folder": "0",
            "rowcolumns": [3, 4],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [3],
                "width": 6,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "inputtext",
                    "name": "Phone Number",
                    "heading": "Phone Number",
                    "description": "Enter your contact number.",
                    "is_required": 1,
                    "placeholder": "+1 (555) 456-7890"
                  }
                ]
              },
              {
                "id": 4,
                "name": "Column 2",
                "fields": [4],
                "width": 6,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "inputtext",
                    "name": "Organization",
                    "heading": "Company/Organization",
                    "description": "Enter your organization name (optional).",
                    "is_required": 0,
                    "placeholder": "ABC Corporation"
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Course Selection",
            "heading": "Training Program Selection",
            "description": "Select your desired training program and schedule.",
            "folder": "0",
            "rowcolumns": [5, 6],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [5],
                "width": 6,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "selectfield",
                    "name": "Training Program",
                    "heading": "Select Training Program",
                    "description": "Choose the training program you wish to enroll in.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"Leadership Development\": \"leadership\",\"Project Management\": \"project_mgmt\",\"Technical Skills\": \"technical\",\"Communication Skills\": \"communication\",\"Sales Training\": \"sales\",\"Customer Service\": \"customer_service\"}}"
                  }
                ]
              },
              {
                "id": 6,
                "name": "Column 2",
                "fields": [6],
                "width": 6,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "selectfield",
                    "name": "Schedule",
                    "heading": "Preferred Schedule",
                    "description": "Select your preferred training schedule.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"Weekday Morning (9am-12pm)\": \"weekday_morning\",\"Weekday Afternoon (2pm-5pm)\": \"weekday_afternoon\",\"Weekend Full Day\": \"weekend_fullday\",\"Evening (6pm-9pm)\": \"evening\",\"Online Self-Paced\": \"online\"}}"
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Experience and Notes",
            "heading": "Background & Additional Information",
            "description": "Tell us about your experience and any special requirements.",
            "folder": "0",
            "rowcolumns": [7, 8],
            "columns": [
              {
                "id": 7,
                "name": "Column 1",
                "fields": [7],
                "width": 6,
                "field_data": [
                  {
                    "id": 7,
                    "field_type": "selectfield",
                    "name": "Experience Level",
                    "heading": "Experience Level",
                    "description": "Select your experience level in this area.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"Beginner\": \"beginner\",\"Intermediate\": \"intermediate\",\"Advanced\": \"advanced\",\"Expert\": \"expert\"}}"
                  }
                ]
              },
              {
                "id": 8,
                "name": "Column 2",
                "fields": [8],
                "width": 6,
                "field_data": [
                  {
                    "id": 8,
                    "field_type": "textarea",
                    "name": "Additional Notes",
                    "heading": "Additional Information",
                    "description": "Any special requirements or learning goals? (Optional)",
                    "is_required": 0,
                    "placeholder": "e.g., Accessibility needs, specific topics of interest, etc."
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Thank you for registering! You will receive a confirmation email with training details shortly.",
      "url": ""
    }
  }
}
