Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

coldfusion validation

Guest
Oct 07, 2008 Oct 07, 2008
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>
TOPICS
Advanced techniques
367
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 08, 2008 Oct 08, 2008
LATEST
Instead of an anchor tag, use an img tag which has an onclick event available.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources