Hi all
I'm running a standard installation of SilverStripe CMS - 2.3.3 and I'm creating a form using the UserForms module.
I just set up a fairly basic user form. I set a couple of fields to be mandatory and I'm getting script errors on page load.
Firebug says:
$("#Form_Form").validate is not a function
and points to this line of code in the source:
, EditableDropdown19:{
required:1
}
If I then make that field not mandatory and run the page again, Firebug says the same and points me at the source code for the previous formfield:
, EditableTextField18:{
maxlength:"1000"
}
and so on.
Anyone seen this before or know what's happening?
jf/