WP plugin for paypal button with a tickbox?

by 4 replies
5
I am building a membership site. Is there a WP plugin for this: I have a paypal button for subscriptions but need people to confirm that they agree to my Ts&Cs before proceeding to paypal checkout.
I know that S2 member have this in the pro version but I would like to see if there is a free/cheap plugin which will have this feature.
#programming #button #paypal #plugin #tickbox
    • [ 1 ] Thanks
    • [1] reply
    • Yes, write a simple JavaScript code to do this. Attach a function to the "onsubmit" event of the Paypal buy button from, when user clicks on it, the JS function will check whether the checkbox it ticked, if ticked submit paypal form, if not show message to tick the form.

      If you are using a Paypal image button use "onclick" event.
      • [ 1 ] Thanks
      • [1] reply

Next Topics on Trending Feed

  • 5

    I am building a membership site. Is there a WP plugin for this: I have a paypal button for subscriptions but need people to confirm that they agree to my Ts&Cs before proceeding to paypal checkout. I know that S2 member have this in the pro version but I would like to see if there is a free/cheap plugin which will have this feature.