{
  "name": "Membership Enrollment Form",
  "description": "A form for enrolling new members with tier selection and profile information.",
  "category": "Enrollment",
  "tags": [
    "membership",
    "enrollment",
    "registration",
    "subscription"
  ],
  "version": 2,
  "form_data": {
    "name": "Membership Enrollment Form",
    "heading": "Join Our Community",
    "description": "Enroll in our membership program and enjoy exclusive benefits.",
    "formpages": [
      1
    ],
    "pages": [
      {
        "id": 1,
        "name": "Membership Details",
        "heading": "Membership Registration",
        "description": "Fill in your details to become a member.",
        "folder": "0",
        "pagerows": [
          1,
          2,
          3,
          4,
          5
        ],
        "rows": [
          {
            "id": 1,
            "name": "Personal Information",
            "heading": "Member Information",
            "description": "Enter your personal details.",
            "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": "Michael Chen"
                  }
                ]
              },
              {
                "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": "michael@example.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Membership Tier",
            "heading": "Choose Your Membership",
            "description": "Select the membership tier that's right for you.",
            "folder": "0",
            "rowcolumns": [
              3,
              4
            ],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [
                  3
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "selectfield",
                    "name": "Membership Tier",
                    "heading": "Membership Tier",
                    "description": "Select your preferred membership level.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"Basic - $29/month\": \"basic\",\"Professional - $79/month\": \"professional\",\"Premium - $149/month\": \"premium\",\"Enterprise - Contact Us\": \"enterprise\"}}"
                  }
                ]
              },
              {
                "id": 4,
                "name": "Column 2",
                "fields": [
                  4
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "inputdate",
                    "name": "Start Date",
                    "heading": "Preferred Start Date",
                    "description": "When would you like your membership to begin?",
                    "is_required": 1
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Contact Details",
            "heading": "Contact Information",
            "description": "Help us stay in touch.",
            "folder": "0",
            "rowcolumns": [
              5,
              6
            ],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [
                  5
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "inputtext",
                    "name": "Phone Number",
                    "heading": "Phone Number",
                    "description": "Enter your contact number.",
                    "is_required": 1,
                    "placeholder": "+1 (555) 234-5678"
                  }
                ]
              },
              {
                "id": 6,
                "name": "Column 2",
                "fields": [
                  6
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "inputtext",
                    "name": "Address",
                    "heading": "Mailing Address",
                    "description": "Enter your address (optional).",
                    "is_required": 0,
                    "placeholder": "123 Main St, City, State, ZIP"
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Preferences",
            "heading": "Member Preferences",
            "description": "Customize your membership experience.",
            "folder": "0",
            "rowcolumns": [
              7
            ],
            "columns": [
              {
                "id": 7,
                "name": "Column 1",
                "fields": [
                  7
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 7,
                    "field_type": "inputcheckbox",
                    "name": "Interests",
                    "heading": "Areas of Interest",
                    "description": "Select all that apply.",
                    "is_required": 0,
                    "field_options": "[{\"Networking Events\": \"networking\"}, {\"Professional Development\": \"professional_dev\"}, {\"Community Service\": \"community\"}, {\"Exclusive Content\": \"content\"}, {\"Industry News\": \"news\"}]"
                  }
                ]
              }
            ]
          },
          {
            "id": 5,
            "name": "Preferences (continued)",
            "heading": "Member Preferences",
            "description": "",
            "folder": "0",
            "rowcolumns": [
              8
            ],
            "columns": [
              {
                "id": 8,
                "name": "Column 2",
                "fields": [
                  8
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 8,
                    "field_type": "textarea",
                    "name": "Notes",
                    "heading": "Additional Notes",
                    "description": "Any special requests or information you'd like to share (optional).",
                    "is_required": 0,
                    "placeholder": "Tell us more about your goals or what you hope to gain from membership..."
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Welcome! Your membership enrollment has been received. We'll send you a confirmation email with next steps shortly.",
      "url": ""
    }
  }
}
