I am building a real estate site. I'm using Custom Post Types to create a Properties type and on that page is an option to contact the agent who listed the property.
On the author page (using author.php), I would like to include a Gravity Form. Since I anticipate many, many authors/agents, I would rather not have to create a template and form for each.
Can anyone recommend the best way to achieve this? I assume it will be conditional logic / routing - but I'm not sure how I can capture the author/agents email address in the form.
Any help would be greatly appreciated!