Esempio n. 1
0
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();
?>
</span></div>
<div class='container'>
    <label for='name' >Your Full Name*: </label><br/>
    <input type='text' name='name' id='name' value='<?php 
echo $formproc->SafeDisplay('name');
?>
' maxlength="50" /><br/>