Skip to main content
March 6, 2010
Question

cfselect validation not working with CF8

  • March 6, 2010
  • 1 reply
  • 383 views

I recently upgraded to CF8 and now my form validation does not work.  I was reading an article that discussed an edit to the cfform.js that i did. But I still get nothing. 

I've looked at the source code and the javascript is in the html but it will not trigger... any ideas

here is an example of a cfselect that does not validate properly.


<cfselect display="description" query="getselect" value="cat_id" selected="#cat_field_value#" name="cat_id" required="yes" size="3"
  message="You must choose a heading">

Thanks,

Wayne

    This topic has been closed for replies.

    1 reply

    Inspiring
    March 6, 2010

    That javascript that you said showed up in the page source, what does it say?

    March 7, 2010

    Thanks for responding Dan... I figured it out.  my website did not have access to the cfide/scripts/ directory.