I'm trying to use the Gform field value $parameter name hook for dynamic population in an ajax form.
My hook uses the global $post variable to get the excerpt of the post the form was used on.
This works well for non-ajax forms, but is there a way get this to work with ajax-enabled forms?