May 28, 2015

Script to direct redirect PayPal form to PayPal site without click on button


if you want direct redirect PayPal form to PayPal site when page is load without click on button then just add this script after form.

<script>
document.getElementById('formID').submit();
</script>

Enjoy!

No comments:

Post a Comment