We’re trying to see if there is a way to modify the registration template per event, actually just 2 different types of events. By modify, i mean change the verbiage in the template and add in some custom fields.
We have 2 use-cases: 1) user buys regular event tickets, 2) you can purchase an item (advertising or exhibitor display – basically a ticket. The registration language of “attendee” and other verbiage doesn’t hold true for the 2nd use-case.
Has anyone had success doing this? Coding is not a problem if there are known hooks or another way.
With the custom fields part you can add questions to a question group, then assign the question group to the specific events where applicable. Here’s a link to the documentation that shows how:
With regards to changing the text within the form’s legend from “Attendee 1” and so on to something else by using the gettext filter. There’s some code examples here:
So for example you could change Attendee 1 to be Ticket item 1 and that would likely work out for any event types.
e.g. 'Attendee %d' => 'Ticket item %d',
Viewing 1 reply thread
The support post ‘Modify registration template per event’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.