• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Simplify

Simplify

WordPress Development

  • Blog
  • Form Examples
  • Contact Us

Legalsigning – Signer Notifications Management

Reponse as at March 27 10, 2023

The following would be a basic example of how to send off a separate manual email notification whenever an additional signer is updated to the final submitted status, aka the status they’re set to when they’ve finished signing:

add_action( 'fg_legalsigning_post_signer_status_update', 'check_signer_status', 10, 2 );
function check_signer_status( $signer, $status ) {

    // Check if a signer has been updated to the submitted status, aka they have finished signing
    if ( $status == 'submitted') {

        wp_mail( 'karl@forgravity.com', 'Testing Filter', 'Signer has finished signing' );

    }

}

Filed Under: LegalSigning March 27, 2023 Leave a Comment

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Categories

  • Affinipay
  • ApproveMe.com
  • Caching
  • Genesis Framework
  • Gravity Forms
  • Gravityflow
  • Gravityforms
  • HubSpot
  • Integrations
  • Javascript
  • LegalSigning
  • MemberPress
  • Oncehub
  • SiteGround Management
  • Stripe
  • Testing
  • Troubleshooting
  • Uncategorized
  • User Functionality
  • Web Development
  • WordPress Development
  • WP Webhook Pro

Footer

Design

With an emphasis on typography, white space, and mobile-optimized design, your website will look absolutely breathtaking.

Learn more about design.

Content

Our team will teach you the art of writing audience-focused content that will help you achieve the success you truly deserve.

Learn more about content.

Strategy

We help creative entrepreneurs build their digital business by focusing on three key elements of a successful online platform.

Learn more about strategy.

Copyright © 2023 · Genesis Sample on Genesis Framework · WordPress · Log in