Esempio n. 1
0
      <link rel="STYLESHEET" type="text/css" href="contact.css" />
      <script type='text/javascript' src='scripts/gen_validatorv31.js'></script>
</head>
<body>

<!-- Form Code Start -->
<form id='contactus' action='<?php 
echo $formproc->GetSelfScript();
?>
' method='post' accept-charset='UTF-8'>
<fieldset >
<legend>Send a Message</legend>

<input type='hidden' name='submitted' id='submitted' value='1'/>
<input type='hidden' name='<?php 
echo $formproc->GetFormIDInputName();
?>
' value='<?php 
echo $formproc->GetFormIDInputValue();
?>
'/>
<input type='text'  class='spmhidip' name='<?php 
echo $formproc->GetSpamTrapInputName();
?>
' />

<div class='short_explanation'>* required fields</div>

<div><span class='error'><?php 
echo $formproc->GetErrorMessage();
?>