- This topic has 2 replies, 2 voices, and was last updated 2 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › … create “nested” dynamic Fields in booking form
Tagged: booking form, dynamic fields
Hello Franky,
in my booking form I would like to display a dynamic field depending on the value a user put in another dynamic field. For example, I want to ask in the form, whether or not the booking person wants the invoice being addressed to themselves or an external Institution. If they select the latter, I want to let them choose, whether it is a partner Institution or other. If they select other, I ask to specify an invoice Address.
To do that, I added several dynamic fields to the booking form. The templates I add by the dynamic fields are displayed correctly if the conditional variable is in the original booking form (e.g. invoice adddressed to themselves or Institution). However, if the conditional variable is in an additional template that is shown only conditionally (like the conditional variable partner Institution or other), the form does not appear in the booking form.
So my question ist:
Is it possible to show multiple dependend dynamic fields in the booking form that depend on the outcome of another dependend field? If so, how?
I did not find any answer in the documentation or forum posts, hope I searched thoroughly enough. Thanks a lot in advance!
Currently it is not possible. Some time ago I tried to implement that, but things got hopelessly complicated (code wise). However: you can add a custom class to a field definition and then use custom jquery to show/hide other fields.
OK, good to know & thanks a lot for the ultrafast response. I am not familiar with jquery but will look for help