hi,
How can i use PHP in html content area ???
I want to track the visitors for each step of my form.. and for that i will have to write some php code to calculate the number of visitors on each step..
thanks
hi,
How can i use PHP in html content area ???
I want to track the visitors for each step of my form.. and for that i will have to write some php code to calculate the number of visitors on each step..
thanks
No, the PHP won't be executed.
For tracking on a multi-page form you might want to use the gform_post_paging hook and fire some code from your functions.php to track your visitors.
And where to paste this
add_action("gform_post_paging", "page_changed", 10, 3);
Code ??
You should be able to place that into your functions.php file of your theme.
http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F