Posted: February 18, 2014 at 3:55 am
|
Hi, I require this functionality. https://eventespresso.com/topic/event_form_build_edit-does-not-have-if-function_exists/ I don’t want labels, and I wish to add HTML5 placeholder attributes to the input fields. |
|
Hello, I got around this with CSS but it’s not ideal. I am however having an issue with additional attendees. Once I input them all, only the first attendee is outputted on the registration confirmation page. I want them all to appear in full, should this not be working? :/ |
|
Just to clarify, it’s the second info box i’m talking about. |
|
So essentially, this code: <?php if ($display_questions != ”) { ?> <div id=”additional-conf-info” class=”additional-conf-info event-display-boxes”> <p class=”espresso_confirm_registration”> <?php } ?> Is outputting only the first information of the first attendee. Can it output all? |
Hi Andrew, Currently the confirmation_page displays only information for the Primary Attendee. However the template for that page can be edited if you would like to include the functionality you require. Just copy event-espresso/templates/confirmation_page.php to wp-content/uploads/epsresso/templates/ and edit the file there, this will keep any modifications ‘update-safe’. Or using CSS (or again modifying the template) you could remove the second box containing the information from the screen. Does that help? |
|
The support post ‘Edit Registration Override – Urgent!’ 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.