Hi
Think I must be doing something obvious wrong here but can't figure out quite what...
I've got a variable called $page_title that I want to pass into a hidden field in a 'Tell to Friend' form (ID 2) which is shown using the php function call.
I've added a field called 'Page Title', clicked 'allow field to be populated dynamically' and am calling the form like so:
gravity_form( 2, false, true, true, array( 'page_title' => $page_title ), true );
But when I display the form field in the auto-responder email it's always blank.
Any pointers much appreciated!
Cheers
Simon