Hi, i have this form, but i have lost the php script. It is a very simple script.
<form method=”post” action=”/site/index.php” id=”contactform” onsubmit=”return ValidateForm(this);”>
<input type=’hidden’ name=’action’ value=’contactform’ />
<input type=’hidden’ name=’required’ value=’naam,email,telefoon’ />
</select</span>
<span class=”formfield”><label for=”naam” id=”label_naam” class=””>Naam <span class=”required”>*</span></label><input class=”input_large” id=”naam” name=”naam” type=”text” value=”” /></span>
<span class=”formfield”><label for=”email” id=”label_email”>Email <span class=”required”>*</span></label><input class=”input_large” id=”email” name=”email” type=”text” value=”” /></span>
<span class=”formfield”><label for=”telefoon” id=”label_telefoon”>Telefoon <span class=”required”>*</span></label><input class=”input_large” id=”telefoon” name=”telefoon” type=”text” value=”” /></span>
<span class=”formfieldtextarea”><label for=”bericht” id=”label_bericht”>Bericht </label><textarea class=”input_large” name=”bericht” id=”bericht” rows=”5″ cols=”20″></textarea></span>
<span class=”formfield hiddenfield”><label for=”special”>niet invullen a.u.b.</label><input type=”text” name=”special” id=”special” size=”1″ value=”” /></span>
<button type=”submit”>Verzenden</button>
</form>