Skip to main content
October 7, 2008
Question

coldfusion validation

  • October 7, 2008
  • 1 reply
  • 384 views
Hi i have a cfform using the required and message params, i need to submit the form with a image so i am submit with javascript but the problem is the coldfusion validation is not firing, any idea what i need to do
<a href="javascript:document.form1.submit();">submit</a>
This topic has been closed for replies.

1 reply

Inspiring
October 8, 2008
Instead of an anchor tag, use an img tag which has an onclick event available.