Disabling Freeform's JavaScript and not adding it manually #477
-
Hiya, I do not want to allow Freeform to inject its JavaScript. I understand you have an option for "None (add manually)" in your Freeform Script Insertion Location field and I've seen the documentation at https://docs.solspace.com/craft/freeform/v3/developer/js-plugin.html#loading-freeform-js-manually -- but the field is worded in such a way that it sounds like your JS is still required. (Just for the sake of completeness I am also using nginx static caching and refreshing the CSRF tokens and Freeform formHashes via ajax on page load - not sure if this has any bearing on the question though). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, The form should work out of the box, but you will have to disable the javascript honeypot for it to work (if you have it enabled). Some functionality won't work, like rules based hiding/showing of fields, AJAX, table fields, signature fields, phone field patterns, etc. |
Beta Was this translation helpful? Give feedback.
Hi,
The form should work out of the box, but you will have to disable the javascript honeypot for it to work (if you have it enabled).
Some functionality won't work, like rules based hiding/showing of fields, AJAX, table fields, signature fields, phone field patterns, etc.