Hello-
I am having a problem making my form look like the others when I hard code into the blog template. I am using the following code:
<?php gravity_form($id=2, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false); ?>
<?php gravity_form_enqueue_scripts(2, true);?>
When I insert directly into the post from the UI in WordPress, all looks great, but when I hard code the form into the blog template it loses all formatting. Any ideas?