Redirect Online Express successful payment to a confirmation page - in lieu of success message

Our client uses the simple Online Express JS form, embedded in a page, to collect donations online. We want to redirect successful donations to a landing page, conversions we can then track, in lieu of displaying the default confirmation message that displays on the same page.


Blackbaud support does not this this is possible even with the API. Have any other developers successfully implemented something like this?

Comments

  • Hi Katie,


    I'm curious to find out if you ever resolved this issue. We too have someone in our marketing department that is asking that donors to be directed to landing page once the payment is processed.


    Thanks,

    Barbara
  • Hi,


    Take a look at smarttrackolx... It can redirect plus track back to all the tracking systems (Google analytics, Facebook etc.) on successful online express purchases... And it's cheap (but not free)!


    Cheers


    Warren
  • I just check for the thank you message using jQuery


    if ($("#bboxdonation_divThanks").length > 0) {

    // redirect

    }

Categories