My “Add More Attendees” Button is not working. I have chosen “yes” for allow group registrations. I have also chosen Full Registration Information in the box that “Additional Attendee Registration Info” and checked off the appropriate “Event Questions for Additional Attendees.” I did just have my PHP updated, and everything worked before then. Hostgator, my web host, was able to adjust everything so that the Event Espresso registration page appeared as it should, so I thought everything was working properly until I attempted to register more than one attendee. Any ideas? All of my plugins are up to date.
The ‘Add more attendee’ button uses jQuery to add additional sections to the form and currently your site’s theme is throwing multiple JavaScript errors which will prevent any additional JavaScript from running on the page.
Inside your theme’s main.js file it’s using jQuery.browser which was removed from the jQuery library in version 1.9 (WordPress uses 1.12.4) so your theme’s JavaScript file will need to be updated to fix this.
However, note that even using that plugin is intended to be temporary to give you time to update code in the theme. Activating that plugin and not fixing the code will simply delay the same issue from happening at a later date.
Viewing 2 reply threads
The support post ‘Add More Attendees Button Not Working’ 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.