Hi
Let’s start with the backend. Do you receive an error message on top of the page?
For the frontend. Did you read the description for the changes? I needed to change the use of the datepicker around the checkin and checkout date.
They must be in the format:
**Check-in Date** – [text* start_date] *This must be a text field!!*
**Check-out Date** – [text* end_date] *This must be a text field!!*
Regards,
Jan
Een fout tijdens het opslaan. is the error mssg.
I’ve made changes on form as been told. But now i’ve lost function of datepicker and still the form is not processed…
If you want a login to look for yourself please send pm
Hi,
Do you have access to phpMyAdmin. If so can you give me de structure of the table wp_availabilitybooking_bookings.
Regards,
Jan
1 id bigint(20) UNSIGNED Nee
2 name varchar(100) utf8mb4_unicode_ci Nee
3 status int(11) Nee
4 start_date date Nee
5 end_date date Nee
6 email varchar(255) utf8mb4_unicode_ci Nee
7 phone varchar(20) utf8mb4_unicode_ci Nee
8 country varchar(50) utf8mb4_unicode_ci Nee
9 language varchar(10) utf8mb4_unicode_ci Nee
10 uid varchar(1000) utf8mb4_unicode_ci Nee
Something did go wrong during the update.
The easiest way to solve this to change the uid varchar(1000) into varchar(500) and to add the field
number_of_persons ,int(11) ,not empty, default 0
Make first a XML export to save your bookings.
How do I send you a pm?
Regards,
Jan
The frontend issue with CTF7 datepicker is my mistake in the description. The checkin and checkout field in the CTF7 should be:
[text* start_date id:start_date] and [text* end_date id:end_date ]