I’m not using the date picker in my form, but in IE I’m getting javascript errors, such as:
‘$.datepicker’ is null or not an object
Is there a way to disable javascript for the form? I tried include_jquery=“no”
Try datepicker=“no”
Perfect, thanks