Events Tickets PlusTicket Fields

Home Forums Ticket Products Event Tickets Plus Events Tickets PlusTicket Fields

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1106127
    Sabine
    Participant

    Hi – 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.

    #1106674
    Sabine
    Participant

    Hi – 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.

    #1106730
    Nico
    Member

    Hi 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,
    Nico

    #1106769
    Sabine
    Participant

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

    #1106785
    Sabine
    Participant

    Hi – after additional testing and putting my initial code for the hyperlink back into the checkfield after the php modification, it worked.

    Thank you.

    Sabine.

    #1107139
    Nico
    Member

    Thanks 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Events Tickets PlusTicket Fields’ is closed to new replies.