Demo Popup after Pageload (Style 2)

You should see a popup donation form after the page loaded. In order for this demo to work you have to manually add the following JavaScript that adds #wcdp-form to the url:

<script>document.addEventListener("DOMContentLoaded", function () {
  location.href= '#wcdp-form';
});</script>