Lorenzo helped us add this code to the bottom of the registration form:
//* Add message to the bottom of the registration checkout page
add_action(‘AHEE__SPCO__after_registration_steps’, ‘ee_custom_messaging_information’ );
function ee_custom_messaging_information() {
echo ‘<p>We agree that the Downtown Camas Association (DCA), the City of Camas, and the event sponsors are in no way responsible or liable for amount of sales, personal property losses or damages, or injury resulting from involvement in the plant fair. The DCA has the right to approve all products and displays at this event and ask for removal of any product/display that does not fit our guidelines or quality standard. Participation in this event constitutes acknowledgement and agreement to these terms.</p>’;
}
I just updated the plugin to the latest version and that paragraph went away. How can I get it back? It was entered into a functions.php file on a child theme.
Thanks Dean – I do not know how the child theme became inactive. That was the problem.
Dotty
Viewing 2 reply threads
The support post ‘Adding a paragraph to bottom of registration form’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.