Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author MembershipWorks

    (@sourcefound)

    Version 1.5 now lets you put in a url to redirect to. Under the success message/url, instead of entering a message, you can now enter a url (include the http:// https:// or // to identify it as an url).

    Hi, Great script. I’d like to add some PHP to send an email right after the Thank you page redirect. Where would be a good place to add it? I’ve tried a few different places but I have no luck. Thanks!

    Plugin Author MembershipWorks

    (@sourcefound)

    Hi, add your PHP under function sf_constantcontact_ajax:

    if (intval($rsp[0]))
    echo …
    else {
    /* your php here */
    }

    Thank you, that worked perfectly!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Thank You Page Redirect’ is closed to new replies.