Skip to main content

Update Web Widgets to Support Long reCAPTCHA Tokens

Donorfy has introduced an update to Web Widgets that allows them to correctly handle longer reCAPTCHA tokens issued during Stripe payments.

Cristina Gruita avatar
Written by Cristina Gruita
Updated yesterday

If your Web Widgets were created before 13 May 2024, you must update them to ensure payment submissions continue to work correctly.


Update Your Web Widgets

To update an existing Web Widget:

  1. Open your website’s donation page in editor mode.

  2. Locate the existing Stripe JavaScript reference, which will look similar to:

    <script type="text/javascript" src="https://cdn.donorfy.com/wwjs/stripepayments_yyyy.x.x.js"></script>
  3. Replace it with the updated version:

    <script type="text/javascript" src="https://cdn.donorfy.com/wwjs/stripepayments_2024.5.1.js"></script>
  4. Save your changes.

📌Note: Newly generated Web Widgets already include the updated JavaScript file, so no additional action is required if you are creating a new widget from Donorfy.


When Customisations Exist

If your Web Widget previously included custom edits to the Stripe JavaScript—such as additional sources or modified settings, you must ensure the same customisations are re-applied to the updated JavaScript reference.

Consult your web developer if you are unsure which changes need to be carried over.

Did this answer your question?