Trying to embed a short form into my homepage.php file.
Website here: http://www.cohesiveideas.com
Form on home page not showing up.
Code for that area:
<div class="inner">
<div class="alignright"><div class="homeheader">
<h3>Cohesive Ideas Start With A Conversation</h3></div>
</div>
<?php gravity_form($id=10, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false, $tabindex); ?>
<div class="alignleft">
<iframe src="http://player.vimeo.com/video/42746046?autoplay=1" frameborder="0" width="508" height="286"></iframe>
</div>
</div>
Code added before wp_head"
<?php
gravity_form_enqueue_scripts(10, true);
?>
I followed everything to the letter... at least tried to. Searched around on the forums and didn't find a fix.