I need to change my submit button to an image. I was using :
And I've tried these:Code:<input type="button" value="Submit" onclick="ValidateFld()" style="font: Arial; font-size: 9pt; color: #FFFFFF; font-weight: bold; background-color: #660000">
... but none of them work... if I submit without filling in a required field, it alerts me but then goes to my thankyou page anyway, and I should get the results via email, but I dont.Code:<INPUT TYPE="image" SRC="submit.gif" HEIGHT="30" WIDTH="124" value="Submit" onclick="ValidateFld()"> <input type=image src="submit.gif" value="submit" onclick="ValidateFld()"> <INPUT TYPE="image" SRC="submit.gif" HEIGHT="30" WIDTH="124" value="Submit" onclick="ValidateFld()" ALT="Submit Form">
Help![]()



Reply With Quote


Bookmarks