I am using this plugin (great job by the way guys) on a site for a client. However I seem to be having trouble trying to trouble shoot the Add More Attendees button.
I see that the JS is loaded on the page, jquery appears to only be included once. Firebug isn’t reporting any errors to me, however it looks like the JS click event isn’t hooking up. The .add-additional-attendee-lnk is correctly a child of #registration_form.
That’s an odd one, becuase as you say, there seems to be nothing out of the ordinary going on here.
As such I can only assume it is a conflict in the javascript, which means you will need to troubleshoot the site. I would start by disabling all addons apart from EE and revert to a default theme.
If the Add More Attendees button works, then you know its the theme or a pluign. Reactivate each one by one testing the Add More attendees button (after refreshing the page) each time.
I looked into this further and I can verify that the Add more attendees script is not working because of a misconfiguration in the W3 total cache plugin. If I remove this line of code from the page using dev tools the Add more attendees script starts working:
Please check with your developer and ask them to check the configuration settings for the Script minifying feature of the W3 total cache plugin. Alternatively, they can disable that feature if it continues to break the functionality of the registration page.
Viewing 2 reply threads
The support post ‘Add More Attendees 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.