I see there has been a lot of discussion for a few years on conditional questions. Has there been any progress or has anyone successfully implemented this? I have a set of standard questions that appear on every event and if one question is answered “yes” then the registrant must fill out a series of additional questions. Any ideas?
Sure, what I would likely do there is create an array of ID’s that you want hidden, loop over them all call .hide();
Then on the change, loop over that same array again and run .show();
Most that is already done in that snippet, you’d just need to add your array and use each()
Viewing 3 reply threads
The support post ‘Conditional Questions – Event Registration Form’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.