Autofills donation page in supported platforms based on query parameters
Causematch.com and thechesedfund.com are a crowdfunding websites with a donation page. Currently the website is limited in that users need fill in the form fields in the donation page manually. The goal of this extension is to augment the website by adding the ability to automate filling in the fields of the donation page via the url.
The extension supports filling in the following fields if provided as query parameters to the donation page url, on a best effort basis:
1. firstName
2. lastName
3. phone
4. email
5. address1
6. zip
7. amount
8. currency
A sample URLs (replace <campaign-slug> with the slug of the campaign, and <team-id> with the team id):
1. General donation page: https://causematch.com/<campaign slug>/donate?firstName=asd&lastName=cds&zip=fse&amount=30¤cy=USD&email=[email protected]&address1=abcdefg
2. Team donation page https://causematch.com/<campaign slug>/<team-id>/donate?firstName=asd&lastName=cds&zip=fse&amount=30¤cy=USD&email=[email protected]&address1=abcdefg