JS appearing next to form
-
This js
(function() { if (!window.mc4wp) { window.mc4wp = { listeners: [], forms : { on: function (event, callback) { window.mc4wp.listeners.push({ event : event, callback: callback }); } } } } })();
is appearing next to my form. I’m using the shortcode. Everything works fine but the js is being exhibited to the user on frontend as html text
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘JS appearing next to form’ is closed to new replies.