Reservation Costa Rica Rent a Cars Net www.costaricarentacars.net
'Department:',
'type' => 'department',
'require' => 1,
'default' => '-',
'items' => array('alvaro@comsegmat.com' => 'Sales',
'alvaro@comsegmat.com' => 'Technical support')),
array('name' => 'Name:',
'type' => 'name',
'require' => 1),
array('name' => 'E-mail:',
'type' => 'email',
'require' => 1),
array('name' => 'Tel/fax:',
'type' => 'input',
'require' => 1),
array('name' => 'Country:',
'type' => 'select',
'require' => 1,
'default' => '-',
'items' => array('Germany',
'United Kingdom',
'USA')),
array('name' => 'Subject:',
'type' => 'subject',
'require' => 1),
array('name' => 'Message:',
'type' => 'textarea',
'require' => 1),
array('name' => 'Attachment:',
'type' => 'upload',
'require' => 0,
'maxsize' => 128*1024),
array('name' => 'Turing number:',
'type' => 'turing',
'require' => 1,
'url' => 'contact-form/image.php',
'prompt' => 'Enter the number displayed above'),
array('name' => '',
'type' => 'checkbox',
'require' => 1,
'prompt' => 'I confirm that I have read FAQ before submitting question'));
$contact_form_graph = false;
$contact_form_xhtml = false;
$contact_form_email = "alvaro@comsegmat.com";
$contact_form_encoding = "utf-8";
$contact_form_default_subject = "Default subject";
$contact_form_message_prefix = "Sent from contact form\r\n==============================\r\n\r\n";
include_once "contact-form/contact-form.php";
?>
|