I have a registration form, at the end of which is an html snippet that links to payment at PayPal. The issue I’m having is that some users click the link to go to PayPal without clicking the Submit button for the registration info, so we’re getting payments without that information.
My interim solution is to add conditional logic to the Privacy Policy checkbox at the bottom of the form, so that the PayPal html is invisible until they click it. This seems to be helping so far, but it doesn’t actually prevent users from clicking the PayPal link before clicking Submit, it just makes it more obvious that they should.
So ideally, the PayPal html should be hidden until they click the Submit button. But there doesn’t seem to be an obvious way to attach conditional logic to the Submit button.