Pre-filling the booking form
If you have other software running on your site you can pre fill the following form fields with the following session values.
Firstname |
$_SESSION[fname] |
Lastname |
$_SESSION[lname] |
Contact Phone |
$_SESSION[phone] |
Email |
$_SESSION[email_addr] |
Billing Address |
$_SESSION[addr_1] |
Billing City |
$_SESSION[address_city] |
The customer can override these values in the form.
For these options to work your server must have the default PHPSESSID session
name and
the save_handler must be file.
© 2003 XML Systems Inc.