Support

Home Forums Event Espresso Premium EE4 custom ticket

EE4 custom ticket

Posted: October 26, 2017 at 8:15 am

Viewing 9 reply threads


jrotz

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:
https://eventespresso.com/topic/admin-only-answer-shortcode/

Thank you


Tony

  • Support Staff

October 26, 2017 at 8:25 am

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?


jrotz

October 26, 2017 at 12:19 pm

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).


Josh

  • Support Staff

October 26, 2017 at 3:34 pm

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.


Tony

  • Support Staff

October 26, 2017 at 3:36 pm

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.


jrotz

October 26, 2017 at 7:49 pm

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?


Josh

  • Support Staff

October 26, 2017 at 8:23 pm

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/


jrotz

October 26, 2017 at 9:28 pm

Got it. Worked beautifully 🙂 Thanks so much!


jrotz

October 30, 2017 at 8:11 am

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?


Tony

  • Support Staff

October 31, 2017 at 4:55 am

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;
}
Viewing 9 reply threads

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.

Event Espresso