Home › Forums › Calendar Products › Events Calendar PRO › Remove or hide Send RSVP confirmation to: field
- This topic has 8 replies, 2 voices, and was last updated 8 years, 11 months ago by
Ren.
-
AuthorPosts
-
April 30, 2017 at 11:38 am #1276527
Ren
ParticipantHi. I just create a rsvp form but i think this field is redundant because i asked for the email and the name of the attendee before in the form. so this creates addional steps for the user and is terrible for User experience,
so is there any chance to remove or hide this field? do i lose the confirmation email to the attendees?
Thank you
May 1, 2017 at 6:08 pm #1277030Trisha
MemberHello, Rene!
Thank you for using The Events Calendar! I can help with this ?
I understand what you mean! It’s going to be important for you to keep the fields that you’ve pointed out as that email is definitely the one that is used to send the confirmation email to the attendee. An alternative would be to remove any duplicate fields from the custom fields you added.
Does this help answer your question? Let me know how it goes!
Cheers,
TrishaMay 2, 2017 at 10:07 am #1277498Ren
Participantlet me see if i understand.
you are telleing me that i should delete the custom email and name fields from the form so the RSVP email will be the email and name?
But what if this customer buy 2 tickets and the attendee information will be asked with only one email isntead of two of each attendee.
thank you
May 4, 2017 at 12:12 am #1278414Trisha
MemberHi, Rene,
Yes, that is what I am suggesting…however you bring up a valid point and it’s a use case I hadn’t thought of. As of right now, there isn’t a workaround but I will discuss with one of our developers in the morning and see if there’s something we can find.
Stay tuned!
Cheers,
TrishaMay 4, 2017 at 7:03 pm #1278945Trisha
MemberHi Rene,
I’ve done some searching and the best way I can find to help the user experience in your situation would be to pre-populate the second set of fields with the logged in users email address. This would require that the user is logged in, of course, I’m not sure how you have payments set up.
One approach to achieving that is overriding the rsvp.php template file. You can learn more about overriding calendar templates in our Themer’s Guide, but it basically boils down to this:
- Make a copy of the rsvp.php template. It is located at wp-content/plugins/event-tickets/src/views/tickets/rsvp.php
- Make a new folder in your theme called tribe-events
- Make a new folder in that one called tickets
- Drop your copied rsvp.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. To change the email field to be pre-populated, you could change line 121 to be like this >
<input type="email" name="attendee[email]" id="tribe-tickets-email" value="<?php $current_user = wp_get_current_user(); echo $current_user->user_email; ?>">Does this help answer your question? Let me know how it goes!
Cheers,
TrishaMay 4, 2017 at 9:09 pm #1278993Ren
Participantthank you i will try it and i will tell you.
May 4, 2017 at 9:22 pm #1278997Ren
Participantby the way, i’m using woocommerce for paid events. My special concern is about the user experience. mainly because woocommerce has a checkout form. and the payment gateway has a form also, so my customers are prompted to fill 3 times the same data.
this is killing my conversions compared with the system we had before consisting in a simple gravity form.
we are evaluating the plugin and even when there are some clear benefits of event management and a nice event list display,
the rsvp and ticket system is not so user friendly compared as a simple gravity form. and in terms of web design simplicity is a mustMay 23, 2017 at 10:28 pm #1288151Trisha
MemberHi, Rene!
I hope things are well with you!
Since we haven’t heard from you for a while I’m going to go ahead and close this conversation, but as always, if you need anything else feel free to reach out! I’m happy to help 🙂
Cheers,
Trisha -
AuthorPosts
- The topic ‘Remove or hide Send RSVP confirmation to: field’ is closed to new replies.
