Prepopulating the donation form via the URL.

You can prepopulate some fields in the donation form by adding data to the donation form URL string.

For example:

https://pages.donately.com/demo/donate?donately-amount=33&donately-email=test@tester.com&donately-first-name=Joe

List of field options:


donately-amount=50
donately-donor-pays-fees=true/false
donately-first-name=John
donately-last-name=Doe
donately-email=johndoe@email.com
donately-phone-number=5555555555
donately-comment=This+is+my+comment
donately-anonymous=true/false
donately-onbehalf=John+Smith
donately-street-address=123+Main+St.
donately-street-address-2=Suite+1
donately-city=Los+Angeles
donately-state=CA
donately-zip-code=98765
donately-country=US

 

Realtime Code Example