Campaign Monitor

Permalink
Hello, I am currently having an issue with getting the campaign monitor form to work in the Concrete5 CMS. I am using Jquery validation code which was provided by campaign monitor themselves however by loading the Jquery validation library it seemed to effect some other pages.
I then put the script into compatibility mode using the $j instead of $, this seemed to fix the issue where it broke other pages however the validation does not seem to work.

<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.8/jquery.validate.min.js"></script>
<script type="text/javascript"> $j(document).ready(function(){ $("#subForm").validate(); }); </script>

This is the code given to me by campaign monitor.

Has anybody had any previous experience in getting campaign monitors forms working with jquery validation withine C5?

 
StefSmeers replied on at Permalink Reply
StefSmeers
Just load in the required javascript file on the page where it is needed to. And don't load it in into the pages which broke after loading the script.