I have tried this in both my template and on the landing page. I get the document ready alert but the second alert returns "undefined". I don't seem to be able to access anything from the DOM with forms 2.0 forms.
Can anyone point me in the right direction to do this?
<script type="text/javascript">// <![CDATA[
jQuery(document).ready(function(){
alert("document ready called");
alert(jQuery('.mktoForm').attr('height'));
});
// ]]></script>