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:
Backend:
Frontend:
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.
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.