PayPal Basic Payment Forms
Prerequisites
Introduction
Step 1) Removing the Submit Button
Step 2) Adding Custom Error Functions without the Submit Button
<script>
function error_function() {
//Do something
};
window.s_e_paypal_error = error_function;
<script>Step 3) Using a Custom JavaScript Notification/Message is Recommended with PayPal
Last updated
Was this helpful?

