Here is working code that hides 4 question groups:
// hide question groups until user selects Conference Option
jQuery(“#full-conference-package-1377044346”).hide();
jQuery(“#full-conference-package-saturday-banquet-meal”).hide();
jQuery(“#a-la-carte-conference-options-1377044732”).hide();
jQuery(“#a-la-carte-conference-options-saturday-banque”).hide();
When I add an additional attendee the question groups for the 2nd attendee have the same ID (e.g. #full-conference-package-1377044346). How can I distinguish question groups among different attendees so I’m hiding/showing question groups only for the specific attendee?
The support post ‘Add More Attendees’ 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.