Yes, i changed this now from 2000 to 3000 but still same problem;
function dobooking_validate(){
if (checkaddressfields()){
getResponse_guest();
setTimeout('submitBooking()', 3000);
}
}
I modified the fields, I took out some of the fields from the bookingside, example the streetaddress, town, region and so...but everything look ok on that side, but then on the review there is nothing.
BUT if I press AMEND button and then reviewbutton again, then my data is showing; BUT NOT if I changed anything example; a name, then the FIRST one is visible, but not the change. In the database there is OK.
You can try if you want;
ecu1054.enaserver.com
Choose to book, a house whatever, fill in the data, click reviewbutton...
PLUS you will see that it is really slow, i dont know why.
PLUS that the waiting animation is totally out to the right, do you know how to move it to the middle?