Form Returns a 404 error
Can anyone help with this?
I have a simple form that allows you to do the first page and review your answers, but when trying to submit the form after review it gives you a 404 error, page not found. And I know that page is there, so I don't understand what is happening. I don't see anything wrong with the code. But here is the Submit portion of the code.
<div style="margin-left:280px;"><p><br />
<button class="btnSubmit" type="submit" value="Submit" onClick="if(this.value == 'Submit') this.form.submit(); this. value = 'Please Wait...';">Submit >></button></div>
</cfform>
</cfoutput>
Any help would be appreciated.
Thanks
Ruby