Posted: November 12, 2013 at 8:08 am
|
When someone registers they get two “confirm registration” boxes, which causes much confusion. How do I eliminate one these? http://www.4atc.com/volunteer-matthew-23-ministries-atc-registration/ Also, is there anyway to get the names of additional attendees through the registration process? |
Regarding the second ‘Confirm Registration’ button, you can add: .additional-conf-info .espresso_confirm_registration { display: none; } to either your themes .css file or using a plugin such as My Custom CSS which will hid that second button from view. Regarding additional info, within your event if you look on the sidebar, you will find ‘Additional Attendee Registration info?’ set that to ‘Personal Information Only’ or ‘Full registration information’ depending on how much info you wish to collect and then update the event. This will require all information to entered for each individual attendee on that event. |
|
|
Thank you for your prompt response, Tony. ugh… I hate messing with themes .css file My event sidebar only includes event overview, event options, event category, and event questions for primary attendee… no Additional Attendee Registration info |
Ah, apologies. That feature is only available within the Premium version of Event Espresso. |
|
|
I’ve tried both the plugin and adding the code to the theme .css file to no avail. Everything is working great, this is my only hiccup. |
You probably need to clear the W3 Total Cache before you’ll see the change. You can avoid changing theme files by using the my custom CSS plugin. Another note about caching: When you use caching plugins and Event Espresso you need to set all EE pages not to cache. |
|
|
Okay, I’m getting closer. I don’t have two registration boxes but I still have two boxes: http://www.4atc.com/volunteer-matthew-23-ministries-atc-registration/ I did get the My Custom CSS to work with: |
.additional-conf-info { display: none; } Will remove the entire second box. |
|
|
Perfect. Thank you. |
The support post ‘Two Confirm Registration Boxes appear’ 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.