Demo Popup after Pageload (Style 2)
You should see a popup donation form after the page loaded. To recreate the demo, add the donation form shortcode with popup=”1″ and button=”0″, then add the following javascript that adds #wcdp-form to the url:
<script>document.addEventListener("DOMContentLoaded", function () {
location.href= '#wcdp-form';
});</script>