Home › Forums › Ticket Products › Event Tickets Plus › Events Tickets PlusTicket Fields
- This topic has 5 replies, 2 voices, and was last updated 10 years ago by
Nico.
-
AuthorPosts
-
April 22, 2016 at 2:29 pm #1106127
Sabine
ParticipantHi – just purchased Events Calendar Plus and Events Tickets Plus and am struggling a bit with the setup. We are using it for race registrations.
Couple of questions:
1. Is there any other way to display the individual attendee info other than right underneith the ticket selection in the events page sidebar? It get’s to be pretty long and unsightly.
2. I need to include a required checkbox for a waiver per attendee and tired to put a hyperlink in a text field. This just displayed the code, but not the link. Inserting the entire waiver is really not an option, as that would make the form look horrible with all this text for each attendee. Any suggestions on how to handle this better?Here is the link to the website event: http://lsi-training.com/pacemakersco/event/st-patricks-day-5k/
Thanks.
April 25, 2016 at 9:03 am #1106674Sabine
ParticipantHi – was wondering if there is a response. This is pretty important to resolve as it has a major impact on the registration from and process.
Again, the issue is having a checkmark box with a hyperlink to a waiver page on the individual atteneed registration area. Also, in the custom fieldsets that can be added, there does not seem to be an option for a date/date picker or phone number field set, am I overlooking anything?
Thanks.
April 25, 2016 at 11:02 am #1106730Nico
MemberHi Sabine,
Glad to help you on this issue as well, and sorry for the delay we don’t monitor the forums on weekends so Mondays are usually a bit busy. Let’s jump to your questions:
1. Is there any other way to display the individual attendee info other than right underneith the ticket selection in the events page sidebar? It get’s to be pretty long and unsightly.
This way of displaying event meta and tickets is specific to your theme. Try to reach out to them to see if there’s any other layout alternative.
2. I need to include a required checkbox for a waiver per attendee and tired to put a hyperlink in a text field. This just displayed the code, but not the link. Inserting the entire waiver is really not an option, as that would make the form look horrible with all this text for each attendee. Any suggestions on how to handle this better?
I guess the best way to show this would be to just use the following format: ‘Read Waiver: http://lsi-training.com/pacemakersco/waiver/’.
If the above doesn’t work for you, then the option is o create a template override (more info about this in the themer’s guide) of the template located at wp-content/plugins/event-tickets-plus/src/views/meta/checkbox.php. Once you have the copy of the template in your theme folder, go ahead and change this line:
<?php echo esc_html( $option ); ?>
for this
<?php echo $option; ?>
Also, in the custom fieldsets that can be added, there does not seem to be an option for a date/date picker or phone number field set, am I overlooking anything?
Regarding the field types, the only available are: text, radio, checkbox and dropdown. There are no specific fields for dates or phone number.
Please let me know if you have any other questions I can help you with,
Best,
NicoApril 25, 2016 at 12:27 pm #1106769Sabine
ParticipantHi Nico – I will check with Avada on question #1
Regarding the waiver, it did not work. Entering the url that way still just puts a flat url there and not a hyperlink. I modified the checkbox.php as suggested – please see attached. Here is also the link to the event I tested it with. http://lsi-training.com/pacemakersco/event/st-patricks-day-5k-copy/
Sabine.
April 25, 2016 at 12:50 pm #1106785Sabine
ParticipantHi – after additional testing and putting my initial code for the hyperlink back into the checkfield after the php modification, it worked.
Thank you.
Sabine.
April 26, 2016 at 9:08 am #1107139Nico
MemberThanks for confirming Sabine, glad to hear you could work this out 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
Nico -
AuthorPosts
- The topic ‘Events Tickets PlusTicket Fields’ is closed to new replies.
