givewp-snippet-library icon indicating copy to clipboard operation
givewp-snippet-library copied to clipboard

A collection of code snippets to enhance or expand on the free Give WordPress Donation Plugin.

Results 14 givewp-snippet-library issues
Sort by recently updated
recently updated
newest added

## User Story As a developer, I want to load custom CSS files in Multi-step form templates (in iframe), but ONLY when the loaded page is a form template iframe....

type: bug

When I add the snippet https://github.com/impress-org/givewp-snippet-library/blob/master/donors/add-donor-meta.php I would like the phone field to be above the comments and the option to make the donation anonymous (directly under the email field)...

type: enhancement

## Details The snippet library includes a code snippet for adding Google reCaptcha validation to all donations forms. The inline documentation/notes do not specify that reCaptcha v2 keys are required,...

## User Story I am trying to get the recaptcha to work. It loads, displays, but when I click the tick box, the green tick never shows up. I used...

I am trying to change the text in a multistep or classic form as per [this snippet](https://github.com/impress-org/givewp-snippet-library/blob/e32bbbeccbe8d1d63a0cd79931fc0e616ee384de/translation-snippets/change-text-locally-per-form.php#L1-L38) as I only want to change one form (selected by id). (I need...

## User Story After updating my GiveWP plugins to the latest versions, the snippet [check-optin-automatically.php](https://github.com/impress-org/givewp-snippet-library/blob/master/add-on-snippets/fee-recovery/check-optin-automatically.php) causes an error which prevents the user from choosing a donation amount other than the...

## User Story As a developer creating my own payment processor add-on, I want sample code to validate a donation so that said paid donation can be updated in my...

question

## Details When populating an amount from the URL I am getting an invalid amount on submission. This seems to me because the default amount is selected but the inputted...

i was testing this function and its showing me a deprecated notice https://github.com/impress-org/givewp-snippet-library/blob/master/form-customizations/custom-fields-plugin.php Notice: The give_after_donation_levels action is deprecated since GiveWP version 2.10! Use give_fields_after_donation_levels instead. Once I use 'give_fields_after_donation_levels'...

type: bug

it'd be useful and implementation of google's v3 recaptcha ... thanks

type: enhancement