Support

Home Forums Event Espresso Premium Adding a paragraph to bottom of registration form

Adding a paragraph to bottom of registration form

Posted: March 8, 2015 at 6:27 pm

Viewing 2 reply threads


Carrie Schulstad

March 8, 2015 at 6:27 pm

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.


Dean

March 9, 2015 at 3:35 am

Hi,

I tested the function in a site specific plugin and also in a child theme and it works fine.

Have you checked the functions.php file to make sure everything is ok with the code? Is the child theme active?


Carrie Schulstad

March 9, 2015 at 9:20 am

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.

Event Espresso