What I would like to do is insert a Gravity Form onto each individual author's profile page which would send them an email. Eg. http://www.sitename.com/authors/username
Obviously I would want just 1 form for all authors, and have the form send the information to the author's email address. I know how to insert a form using <?php gravity_form(1); ?> where 1 is the form ID, but how do I get the form to automatically pick up the author's email address from their profile page? I'm guessing there is a way to dynamically populate the form with the author's email address but I'm not too good with php.
If someone could point me in the right direction, I'll try my best :)