impress-org / givewp-snippet-library

A collection of code snippets to enhance or expand on the free Give WordPress Donation Plugin.
https://givewp.com
140 stars 90 forks source link

fix auto-populate fields snippet #104

Closed mathetos closed 4 years ago

mathetos commented 5 years ago

We've had a couple reports of the auto-populate fields snippet not working as intended.

I tested it and found that the issue is that the .trigger('blur') on line 45 no longer forces the total form amount to be updated. See here: image

I have a feeling it's related to a change we made in the JS of how the total amount is triggered to be updated.