Stripe Integration with single and repeating donations
Edit the config file in files->config.php. Put your stripe keys, emails information, etc in here. Put your domain in the forms.php file where indicated.
To include this on a page on your website, simply paste this on the page where you want the form to appear.
Include this at the top of the php page. Must be the very first thing included.
isMobile()) { $mobile = '?mobile=true'; $mheight = '650'; $mwidth = '250'; }else { $mobile=''; $mheight = '590'; $mwidth = '840'; } ?>Include this where you want the form to actually appear.