We have a booking form that asks for a student’s email address (always with the same domain name). We have users who frequently make typos. We’d like a way to validate the email address entered. Ideally, it would be validated in real time by calling a PHP script on our server. However, if we could even have some javascript to assure that they’ve at least entered the correct domain name, that would be big help.
@BBAmike great suggestion. There isn’t a way currently to ping another system for email validation at the time of booking. Depending on how the students are getting access to the booking page you might be able to use PHP to auto fill the email address with their logged in email as an example. If you click on my name here and message you can send me a direct message and we can explore this further.
Hi Ben.
Thanks for the replies. Not seeing a way to message you directly via the forum. We’re currently directing students to https://ipadpickup.youcanbook.me without authenticating them in any way. I’m open to any ideas you have for getting them autheniticated so the booking data we get is more reliable.