'Dipartimento:',
'type' => 'department',
'require' => 1,
'default' => '-',
'items' => array('commerciale@nifatextiles.com' => 'Preventivo',
'
info@nifatextiles.com' => 'Ordine')),
array('name' => 'Nome e Cognome',
'type' => 'name',
'require' => 1),
array('name' => 'E-mail:',
'type' => 'email',
'require' => 1),
array('name' => 'Tel/fax:',
'type' => 'input',
'require' => 1),
array('name' => 'Nazione:',
'type' => 'select',
'require' => 1,
'default' => '-',
'items' => array('Italia',
'Germania',
'Altro')),
array('name' => 'Ogg:',
'type' => 'subject',
'require' => 1),
array('name' => 'La sua Domanda:',
'type' => 'textarea',
'require' => 1),
array('name' => 'Numero da digitare:',
'type' => 'turing',
'require' => 1,
'url' => 'contact-form/image.php',
'prompt' => 'Digitate il numero che vedete qui sopra'),
array('name' => '',
'type' => 'checkbox',
'require' => 1,
'prompt' => 'autorizzo espressamente il trattamento dei miei dati personali, ai sensi e per gli effetti della Legge del 31 Dicembre 1996 N. 675 E 30 Giugno 2003 n. 196'));
$contact_form_graph = false;
$contact_form_xhtml = false;
$contact_form_email = "commerciale@nifatextiles.com";
$contact_form_encoding = "utf-8";
$contact_form_default_subject = "Default subject";
$contact_form_message_prefix = "Nuova richiesta \r\n==============================\r\n\r\n";
include_once "contact-form/contact-form.php";
?>