Support

Home Forums Event Espresso Premium Edit Attendee Registration Before Confirm Registration

Edit Attendee Registration Before Confirm Registration

Posted: April 4, 2014 at 2:53 pm


Michael Julian

April 4, 2014 at 2:53 pm

Once an attendee is viewing the VERIFY REGISTRATION page they have the option to Confirm Registration with a nice big button. What does it take to add an EDIT Registration button right next to the confirm button?? As it is now the EDIT link is in the page next to the email address which is kind of in a reply goofy place.


Josh

  • Support Staff

April 7, 2014 at 10:32 am

Hi Michael,

This involves changing the html and PHP in the confirmation_display.php template.

The edit link is on line 83 of the current version, which can be copied and adapted to be more button like, then pasted after line 133 where the submit button code is:

<?php echo '<a class="btn_event_form_submit ui-button ui-button-big ui-state-hover ui-state-focus ui-corner-all" href="'.home_url().'/?page_id='.$event_page_id.'&amp;registration_id='.$registration_id.'&amp;id='.$attendee_id.'&amp;regevent_action=edit_attendee&amp;primary='.$attendee_id.'&amp;event_id='.$event_id.'&amp;attendee_num='.$attendee_num.'">'. __('Edit', 'event_espresso').'</a>';
		?>
		

However, please note that if you are requiring information for additional attendees being registered, it may be confusing to know which attendee you’re editing since there would normally be an edit link for each attendee.

The support post ‘Edit Attendee Registration Before Confirm Registration’ 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.

Event Espresso