File: D:/HostingSpaces/JSnijders/jokerseven.com/wwwroot/scripts/form-u1852-disabled.php
<?php
/*
If you see this text in your browser, PHP is not configured correctly on this hosting provider.
Contact your hosting provider regarding PHP configuration for your site.
PHP file generated by Adobe Muse CC 2014.1.375
*/
require_once('form_process.php');
$form = array(
'subject' => 'Contact form Submission',
'heading' => 'New Form Submission',
'success_redirect' => '',
'email' => array(
'from' => 'info@jokerseven.com',
'to' => 'info@jokerseven.com'
),
'fields' => array(
'custom_U1879' => array(
'type' => 'string',
'label' => 'Name',
'required' => true,
'errors' => array(
'required' => 'Field \'Name\' is required.'
)
),
'Email' => array(
'type' => 'email',
'label' => 'Email',
'required' => true,
'errors' => array(
'required' => 'Field \'Email\' is required.',
'format' => 'Field \'Email\' has an invalid email.'
)
),
'custom_U1855' => array(
'type' => 'string',
'label' => 'Message',
'required' => false,
'errors' => array(
)
),
'custom_U2055' => array(
'type' => 'string',
'label' => 'Company',
'required' => true,
'errors' => array(
'required' => 'Field \'Company\' is required.'
)
)
)
);
process_form($form);
?>