I have searched and I think my option is to use the gform_pre_render, not sure. This is not Gravity Forms problem but I think the work around is to use the gform_pre_render stuff. I have a real estate theme that when a property is viewed, the real estate agents are listed in the sidebar. Under each agent is a contact button that drops down and displays that agent's contact form for that property.
CForms 7 works fine and populates the title, Gravity populates the Agent's name instead. Gravity will pull the proper URL for the post. I have tried Gravity in the body of a post and it works fine. Obviously it is getting confused and thinks that the agent's name is the post title when it is not.
Either way, I think that using the gform_pre_render should take care of the issue. Can someone post the proper way to use it to pull the page/post title to be used into a text field?