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.

Notification Email Shortcode?

  1. Hello there,

    Would there happen to be a Shortcode to change the "to" notification email? I've done a search on the forums, and tried finding the Shortcode documentation on the site but couldn't.

    Posted 12 years ago on Monday March 26, 2012 | Permalink
  2. Are you referring to the merge tags?

    http://www.gravityhelp.com/documentation/page/Merge_Tags

    Posted 12 years ago on Monday March 26, 2012 | Permalink
  3. @Shonari,

    No, I'm talking about [shortcodes] ... from within a Hook function, you can call Shortcodes. Either way, no matter how it's done, I need to be able to change the "to" notification from within my Hook function.

    I'm calling the GravityForm this way:

    $return .= "[gravityform id=3 title=false ajax=true to='mynewemail@gmail.com']";
        return $return;

    It's being called within a $return variable because it's within another Hook.

    Posted 12 years ago on Monday March 26, 2012 | Permalink