Hi Max,
I'm making a form in which users can create an event. Within the form they can create a number of options from which a person can choose while subscribing for the event.
I would like to do this with a repeater, because the number of options might differ for every event or there might not be any options at all.
A second repeater on the same page would allow user to create their own data fields for this specific event.
I already managed to get the repeaters on the screen, but there seem to be some issues:
- The first repeater does not show any fields by default, while the second already shows 1 field. Both repeaters are configured in the same way, but with the second repeater there is a small issue:
- If I remove this first option, I cannot add new options anymore (the button doesn't do anything).
- Also, if I remove the first option and submit the form, it's coming back.
- One of the fields inside the repeater is required. Meaning that if they choose to add an option, they will have to fill out this field.
- However, when I submit the form it always says "Please fill out this field" even if I didn't add an option yet or the option has already been removed.
I'm not sure if it is clear to you, maybe I could make a video showing what's going wrong?
Best regards,
Bart