If your site allows, you can embed your entire donation page into your page.
This would allow your donors to give without leaving your site and give them the option to log in. At the time of this post we are working on adding a login feature to the embedded form and the widget option.
You will need to know how to place an iframe on your site. Below you will see our AGCU donation page, this site is a WordPress site, to accomplish this we added a raw HTML module to the page and pasted the below HTML.
NOTE: be sure and replace the ‘agcu’ with your Generush sub-domain. ‘your-sub-domain.generush.org’ you can then adjust the width and height to suit your needs.
<iframe src=”https://agcu.generush.org/donate/” style=”width: 100%; height: 960px; border: none;”></iframe>