Contact Form
// Print form field errors if present if (count($contacter_form_error)>0){ print '
Something is amiss:
'."\n"; print '
'."\n"; foreach($contacter_form_error as $form_err) { print "
$form_err
\n"; } print '
'."\n"; } ?>
All required fields are denoted by an asterix (
*
).
Your Details
Your Name
*
Your Email
*
Your Telephone Number
*
Best time to contact you
Choose a time
Morning
Afternoon
Evening
Your Comment
Comment Text
*
print $contact_comment; ?>