I want to place the form right at the bottom of my posts. So what I want to do is to actually embed the form (Shortcode) within my single.php (post template) page code.
How can I do this?
I want to place the form right at the bottom of my posts. So what I want to do is to actually embed the form (Shortcode) within my single.php (post template) page code.
How can I do this?
<?php gravity_form(13, false, false); ?> where 13 is the number of your form.
Jacques, here is some more detailed info on that:
http://www.gravityhelp.com/documentation/page/Embedding_A_Form
You'll want to be mindful to enqueue scripts and styles, which is explained towards the bottom.