Support

Home Forums Event Espresso Premium Different Registration Form for Members/Non-Members

Different Registration Form for Members/Non-Members

Posted: July 8, 2016 at 1:29 pm

Viewing 1 reply thread


Jwebadgility

July 8, 2016 at 1:29 pm

I have a membership site (wp emember) with EE4.4 and I sometimes have free tickets for guests (ie; not logged in members) and some tickets are restricted to members only. Can I have a different registration form for members and guests for the same event?


Josh

  • Support Staff

July 8, 2016 at 3:10 pm

Event Espresso doesn’t have a means to control specific registration form questions based on the type of ticket (right now questions are set for the event, where you set a group of questions for the primary attendee and a group of questions for any additional attendees).

That said, there are some hooks in the html markup that can be used to hide/show specific questions based on the registration form’s ticket. So for example, lets say you have a ticket ID of 11 and you do not want question ID 19 to show up for that form. You add this to your custom stylesheet:

.spco-attendee-ticket-111 .ee-reg-qstn-19-input-dv {
  display: none;
}
Viewing 1 reply thread

The support post ‘Different Registration Form for Members/Non-Members’ 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