I have some JavaScript in a template like so:
[removed]
$(document).ready(function() {
$("#contact_form").validationAideEnable(null, {showInlineMessages:true});
});
[removed]And the {showInlineMessages:true} looks like it is being removed by EE because it thinks it’s a tag?
I tried the config protect_javascript value($conf[‘protect_javascript’] = “n”;), but no worky.
Thanks for any help.