• andy3000

    (@andy3000)


    I want to send the form submissions on one of my forms to a certificate generator so members can print out their membership certificates. This is for an educational organization and many of their 3rd world members need these for grant applications etc.
    I know I can stop the sending and storing by adding skip_mail: on AND do_not_store: true TO ADDITIONAL MAIL SETTINGS and send people to certificate generator with
    this script: `<script>
    document.addEventListener( ‘wpcf7mailsent’, function( event ) {
    location = ‘https://example.com/&#8217;;
    }, false );
    </script>`
    but how do I change the action on one form so that it populates the variables in the certificate page?

  • The topic ‘changing form action’ is closed to new replies.