Hi,
I would like to know the code to put on a page.php of wordpress (archives.php for exemple), for the form id # 2 ?
Thanks in advance!
Hi,
I would like to know the code to put on a page.php of wordpress (archives.php for exemple), for the form id # 2 ?
Thanks in advance!
If you want to display a form in a PHP template file in your theme you would use the function call. Documentation for the function call can be found here:
http://www.gravityhelp.com/documentation/page/Embedding_A_Form
When using the function call you also have to manually enqueue the necessary CSS and Javascript using the enqueue function call. The enqueue function call documentation can be found here:
http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts