Jun 17th, 2009, 10:13 AM
For the benefit of other readers, I also had this problem. The issue for me was that I managed to have the name value before the type value. I reversed and all was well:
Corrected
Original
Corrected
Code:
<input name="submit_eval_cf_res" type="submit" value="Submit Request">
Original
Code:
<input type="submit" name="submit_eval_cf_res" value="Submit Request">