Support

Home Forums Event Espresso Premium Customizing registration page

Customizing registration page

Posted: March 22, 2015 at 12:50 am


Karin Skaarup

March 22, 2015 at 12:50 am

1. How can I remove “Attendee 2”, “Attendee 3” etc. from the registration page.

2. I have 2 ticket types – both free. On the registration page the Personal Information fields are located between the 2 ticket types. How can I place Personal Information AFTER the ticket types?

3. How can I remove the Price and Total column from the registration page?

Thanks in advance.
Karin


Tony

  • Support Staff

March 23, 2015 at 4:27 am

Hi Karin,

1. How can I remove “Attendee 2?, “Attendee 3? etc. from the registration page.

Is is just that specific string you want to remove?
Do you require questions for additional attendees?

2. I have 2 ticket types – both free. On the registration page the Personal Information fields are located between the 2 ticket types. How can I place Personal Information AFTER the ticket types?

Currently there isn’t an option to do this within Event Espresso.

3. How can I remove the Price and Total column from the registration page?

You can do that with some custom CSS, like this:

.spco-ticket-info-dv th:nth-child(3), .spco-ticket-info-dv th:nth-child(4), .spco-ticket-info-dv td:nth-child(3), .spco-ticket-info-dv td:nth-child(4) {
  display: none;
}

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.

The support post ‘Customizing registration page’ 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