Im not sure if this is already available in the current release but would it be possible to send the form to an email address specified in a custom field?
If this already exists, how could it be achieved?
Thanks
Im not sure if this is already available in the current release but would it be possible to send the form to an email address specified in a custom field?
If this already exists, how could it be achieved?
Thanks
It's possible. Not as something GF does as some sort of setting, but it is something you would need to do using one of the available Gravity Forms API hooks.
See these two threads and look at the posts by Jan Egbert, another Gravity Forms user who is doing what you want to do and shared some code snippets:
http://forum.gravityhelp.com/topic/sending-form-to-author-of-post
http://forum.gravityhelp.com/topic/contact-form-populated-email
This is using one of the available API hooks via PHP you would place in your themes function.php file.