How to Enable Attendee Form

How to Enable Attendee Form

13.1 Attendee form:

We can use an attendee from two way:

  • Custom Form (you can change the setting event wise) 

  • Create a new form from Global Reg Form (same form you can assign any event)



Backend:



13.2 Custom Form:
When you choose the custom form, additional options will appear below the image. You can select from the available default values. If you need other options, you’ll need to create them using the custom option.


Backend:




Frontend:



13.3 Conditional form:


Conditional form:

1. Add Fields:

  • Click on Add New Field to create form elements.

  • Fill in the following:

    • Label: Display name of the field.

    • Unique ID: A unique identifier for internal use.

    • Input Type/Value: Select the type of input (e.g., Dropdown Box, Checkbox).

      • For dropdown values, enter values separated by commas (e.g., vegetarian,non-vegetarian).

      • Do NOT include a space after commas — this is important for the conditional logic to work correctly.

    • Is Required: Choose whether the field is mandatory.

    • Is Conditional: Check this to enable conditional visibility for this field.

2. Setup Conditional Logic:

  • Scroll to the Active Conditional Form section and toggle it ON.

  • Click Add New Condition Item to create a condition.

  • Use the following logic format:

    • When [Field Name] = [Value] then show [Field Name to Display]

Example:

When Field Name = Meal

    Value = vegetarian

    Then Show = Vegetarian


When Field Name = Meal

    Value = non-vegetarian

    Then Show = Non-vegetarian

3. Save the Form

  • Very Important: After creating each option or field, make sure to click Save.

  • Only after saving will the options be available in the conditional logic dropdown.

13.4 Notes

  • The "Dropdown Box" input type is required for the field used in the condition check (e.g., "Meal").

  • Options inside Input type/value should be comma-separated without spaces: option1,option2,option3

  • If you don't save after creating an option, it won’t appear in the conditional dropdown menu.

    • Related Articles

    • How to Enable Same Attendee?

      Option: Yes No (Default: No) Description: If you would like to allow the same attendee information to be used for multiple tickets or registrations in the form, please select Yes. Selecting No will require different attendee details for each ticket. ...
    • Enable REST API

      Enable REST API: Options: Enable Disable (Default) Description: Enable this option if you want event data to be accessible via the WordPress REST API. This is required for features like the Gutenberg editor and integration with external applications ...
    • How to Redirect Checkout after Booking?

      Options: Enable Disable Description: This setting controls whether the checkout page is redirected after a user books an event. Select "Enable" to activate redirection, or "Disable" to keep users on the same page after booking. Default setting: ...
    • Block/Gutenberg Editor In Event

      Block/Gutenberg Editor In Event: Options: Enable Disable (Default) Description: By default, the Gutenberg (Block) Editor is disabled for event creation. To enable the Block Editor: Set this option to Enable. Ensure that the REST API is also enabled ...
    • How to Show Event Sidebar Widgets?

      Option: Enable, Disable (Default: Disable) Description: If you enable this option, a widget area will be registered specifically for event pages. You can then go to Appearance > Widgets to add any widgets such as paragraphs, images, or custom ...