Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
registration confirmation form/template | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium registration confirmation form/template

registration confirmation form/template

Posted: January 22, 2013 at 12:30 am

Viewing 1 reply thread


S J Nowers

January 22, 2013 at 12:30 am

Hi guys,

on my registration confirmation page, the template displays two “Confirm Registration” buttons. It’s confusing to registrants. Is there a way to have just one confirm registration button on the template without creating a customized template? Also is there a way to attach a screenshot to these questions. Might make my question easier to understand.

Thanks,
Stephanie


Dean

  • Support Staff

January 22, 2013 at 1:39 am

Hi,

Regarding the buttons, you can use CSS to hide one of them. Simply add one of these to your style.css file or via a custom css plugin:

Top button

.espresso_confirm_registration #confirm {
display: none;
}

Bottom button

.espresso_confirm_registration #confirm2 {
display: none;
}

Regarding screenshots, there is an image button on the toolbar above post section, it looks a bit like a polaroid photo.

Viewing 1 reply thread

The support post ‘registration confirmation form/template’ 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 - Staging Server