Support

Home Forums Event Espresso Premium Reorder how the registration page is laid out.

Reorder how the registration page is laid out.

Posted: August 17, 2012 at 11:00 am


Harriette Pierre-Louis

August 17, 2012 at 11:00 am

Is there a way to make the description last and the form first etc?

Thanks.


Josh

  • Support Staff

August 17, 2012 at 12:22 pm

Probably the simplest way to do this would be add a little jQuery to the registration_page_display.php template file. Add something like this to the very bottom of that template file:

<script>jQuery('#event-reg-form-groups').insertBefore('div.event_description');</script>

Other elements can be moved around using the same .insertBefore or .insertAfter methods.

The template can be copied over to /wp-content/uploads/espresso/templates so that it doesn’t get overwritten on an update. There is more information in this guide: https://eventespresso.com/wiki/put-custom-templates/

The support post ‘Reorder how the registration page is laid out.’ 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