Name not showing in message from availability_tpl.php
Posted: Sun Feb 15, 2009 10:36 pm
When we use the availability template to make a reservation, and then look at the message, all of the information appears properly.
But then when we click the button for "insert the reservation" the guest's first name is blank. The page source shows:
Titular client: surname: <input type="text" name="cognome" value="Smith">, name:
<input type="text" name="nome" value="">
At that point saving the reservation with no changes brings up the Client Information page and the guest's first name, gender, and other information is shown properly. So the information is actually captured into the database properly by the availability template.
But then when we click the button for "insert the reservation" the guest's first name is blank. The page source shows:
Titular client: surname: <input type="text" name="cognome" value="Smith">, name:
<input type="text" name="nome" value="">
At that point saving the reservation with no changes brings up the Client Information page and the guest's first name, gender, and other information is shown properly. So the information is actually captured into the database properly by the availability template.