When I press the booking form button "check availability" nothing happens, while in the template example it works and it let me go on in the booking process.
It should work, am I doing something wrong?
I want to book a room by sending an email with form data (like in the example preview). With template are included some dyanmic features like email sending, there are also 2 php files for that (book with email), but the button "check availability" don't work, I think there's an error!
My host support php 5.4, in fact "contact page" runs well.
Hi
Thank you for your concern in our template. However, this is just a HTML template with static data without full functionaity. You cannot book room
You have to add more code to turn it into a theme
I want to book a room by sending an email with form data (like in the example preview). With template are included some dyanmic features like email sending, there are also 2 php files for that (book with email), but the button "check availability" don't work, I think there's an error!
My host support php 5.4, in fact "contact page" runs well.
Ok, I found the bug:
In js/scripts.js, rows 1054 and 1055, replace ".ajax-form-search-room" with "#ajax-form-search-room"