Please help, my form is not submitting?!
Here is my code:
Here is my code:
PHP Code:
<form class="form" name="testi" action="submit-testi.php?<?PHP echo
SID; ?>" method="post">
<div class="toolbar">
<h1>Submit Testimonial</h1>
<a class="back" href="#home">Back</a>
</div>
<img src="http://www.affordableappliancerepairs.co.uk/
mobile/logo.png" alt="Logo" />
<?php if($_REQUEST['msg'] == "Your code was incorrect,
please retry"){?>
<span style="color:#ff0000;">Your code was incorrect, please
retry.</span>
<?php } ?>
<ul class="rounded">
<input type="hidden" name="TestDate" value="<?php echo
date("Y-m-d"); ?>"/>
<li><input type="text" placeholder="Name" value=""
name="CustName"></li>
<li><input type="text" placeholder="Name" value=""
name="CustLocation"></li>
<li><textarea placeholder="Testimonial"></textarea></
li>
<li><?php dsp_crypt(0,1); ?>
<input type="text" placeholder="Code" value="" name="code"></li>
</ul>
<a class="submit whiteButton" href="#" style="margin:0
10px;color:rgba(0,0,0,.9)">Submit</a>
</form>
Comment