PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Send email to custom field

  1. 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

    Posted 14 years ago on Thursday January 21, 2010 | Permalink
  2. 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.

    Posted 14 years ago on Thursday January 21, 2010 | Permalink