Campaign Monitor
PermalinkI 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?