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

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...