Hey guys - This might be a strange question but I'm stumped...
What I'm trying to accomplish is have a single form that has a field label/question that is dynamically updated depending upon what page the user is on (questions are saved as a post meta value, the answer options are always "Yes" and "No").
I've created a "dummy" form field in the form admin, but in order to grab the question that should replace the dummy field label, I need to pass the actual post ID of the current page to the filter and I can't figure out how to do it. I can make the ID available via a $_GET or $_REQUEST, and I don't need to update the answers since I know they'll always be yes and no.
I've had success using gform_pre_render on updating actual values of form fields but I've hit a wall on this one. Thanks in advance for any insight/help.