Posted: October 26, 2017 at 8:15 am
|
With the ability to pull a specific answer from the custom questions via the [RECIPIENT_ANSWER_*] shortcode, in my case a seat number, if I have more than one ticket how do I have the shortcode apply to each ticket and not just the first printed ticket? This is an addendum to my previous question: Thank you |
If you have the above it should apply to any ticket, can you post an example ticket(s) so I can view what is happening, please? |
|
|
Hi there, maybe if I worded the problem differently: We only capture attendee (1) information on the registration form and we need it to remain that way on the front end. However on the backend we are using one of the registration questions for admin purposes only. Is there a way to have this question show under the Registrations in the Registration Form Answers section for all attendees not just attendee (1). |
If I correctly understand your question, you’d add your admin only seat question to its own question group, and you’d set that question group to apply to both Primary and Additional Attendees. This will change the appearance of the registration form a bit, while it won’t add any questions, it will add some extra boxes that can be hidden with CSS if need be. Then you’ll be able to go into each registration record and input an answer to the admin only question. |
|
Oh, in that case you need the [PRIMARY_REGISTRANT_ANSWER_*] shortcode. RECIPIENT_ANSWER pulls answers for that specific recipient. The above pulls the answer from the primary registrant for all. |
|
|
Thank you Josh that is exactly what I needed. In following your instruction of “set that question group to apply to both Primary and Additional Attendees” I don’t know how to apply it to both of these because I don’t have that as an option either in the Question or the Group Questions. Where would this option be located? |
You set the question group to apply to both Primary and Additional Attendees when you edit the event. You can check the related documentation for more information: https://eventespresso.com/wiki/questions/#40_ https://eventespresso.com/wiki/add-questions-event-espresso-question-groups/ |
|
|
Got it. Worked beautifully 🙂 Thanks so much! |
|
Josh you mentioned that when we added the group question “This will change the appearance of the registration form a bit, while it won’t add any questions, it will add some extra boxes that can be hidden with CSS if need be.” How would I go about hiding these? |
Do you not require questions for additional registrants on any of your events? If so you can use: .spco-attendee-panel-dv:not(:first-of-type) { display: none; } |
|
The support post ‘EE4 custom ticket’ 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.