This topic has 15 replies, 4 voices, and was last updated 9 years, 2 months ago by Anonymous.
Tagged: Appointment Fields, appointments, required fields
Viewing 16 posts - 1 through 16 (of 16 total)
Dear Aviah,
Your Anona theme gets better which every update. Thank you!
Is there any way to make the appointment fields required? Some of the info we are capturing is critical for follow-up and right now the visitor can request an appointment without completing all of the fields.
How do we make all the appointment fields required fields?
Regards,
JD
We made all the fields required in appointment form. But if you want only some fields to be required then go to form.js which is located in anona/pest-control/js/form.js and do comment the fields which you don’t require.
Like this,
// First name
// if( iva_fname == ""){
// jQuery("#fname").addClass("error");
// proceed = false;
// }
// if( iva_fname ){
// jQuery("#fname").removeClass("error");
// }
Topic is set to be resolved. If you wish to update this topic please reply here instead of creating another topic.
Hi
I do have a question on this please
How can we make the Phone number field compulsory ?
2) How can we either get rid of the weather option OR to simply put Melbourne weather ?
Also , here is the email we got as the admin. In this email , there is NO indication of services or categories selected ?? Which means our client needs to login to the admin panel to see the services requested before calling which is not user friendly at all. No address details as well. Kindly help
Name : XXXXXXX
Email : XXXXXXXXXXXXXXX
Instructions : testing
You have a New Appointment Scheduled to for XXXXX at 11:00 am on 2016/07/19.
For more information to contact XXXXXXX you can make a call on 0426731276.
Regards
Admin
@websrus-australia:
1. We made all the fields mandatory in appointment form. And if you want only some fields to be required then go to form.js which is located in anona/pest-control/js/form.js and do comment the fields which you don’t require.
2. We have provided an option in theme options for Weather Location. Go to Theme Options/Appointment/Weather Location(Here you can put Melbourne location of the weather. Have a look at the screenshot for better understanding.
3. You have to place the service and category shortcodes in Theme Options/Front End Email Setup/Appointment Notification message.
Place this code in Theme Options/Front End Email Setup/Appointment Notification message.
[appointment_category] - Appointment category
[appointment_service] - Appointment service
If you want admin to receive services and category in email, then place the above code in Theme Options/Admin Email Setup/Admin Notification Email Message. Have a look at another screenshot.
Kindly please check it now and let me know.
Fixed your issue.
Pam, thank you so much for your kind help
Enjoy your holiday & thank you for giving us a fully complete theme with lots of added features. We will certainly give you a 5 star rating ASAP with a good feedback
Pradeep
My pleasure 🙂
Topic is set to be resolved. If you wish to update this topic please reply here instead of creating another topic.
Viewing 16 posts - 1 through 16 (of 16 total)
You must be logged in to reply to this topic.