Support

Home Forums Event Espresso Premium Removing price, start date and moving promo code field on registration form

Removing price, start date and moving promo code field on registration form

Posted: March 25, 2015 at 3:20 pm


Don Joslin

March 25, 2015 at 3:20 pm

Hi, I am using EE3 and I have a registration form set up. But I can’t seem to figure out how to get rid if the auto generated price and event start and end date from above the registration form. Is this possible?

Also, I would like to know if its possible to move the promo code form field to the top of the form rather than at the bottom.

Thanks in advance.

don


Dean

March 26, 2015 at 6:31 am

Hi,

The easiest way to remove the prices etc would be via CSS:

.event_prices,
.event_time,
.start_date
{
display:none;
}

That will remove price, time and dates.

The Promo Code field can be moved but you would need to edit the registration_page_display.php template file in order to move it. See here for an overview on template editing: https://eventespresso.com/wiki/put-custom-templates/

The support post ‘Removing price, start date and moving promo code field on 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