Javascript being excluded by
Hi, I hope you can help.
I am using a plugin (form-maker) for a form which requires some javascript to be executed onload. This is not working it appears because the code is having <p> inserted by the theme.
For example:
<p> if(window.before_load)
{
before_load();
}
}</p>
<p> jQuery(window).load(function () {
formOnload24();
});</p>
Is it possible to change a setting so the script is not interrupted by this?