Payment form

how can I link a class registration form to a payment registration form?

1 Like

Hi @backhome84 :wave:

Thank you for waiting!

I’ve checked your widget and see that you’ve already added a PayPal button to your widget. Also, I see that you’d like to complete the payment before registration and my colleague Natalia has contacted you in a support ticket.

As she mentioned, it’s impossible to track if the payment was made and redirect the visitor back to finish the registration form. However, we have a similar request in the Wishlist. Feel free to vote for this idea :slightly_smiling_face:

I forgot how I added these customizations PayPal button to the widget.
Can you please guide me through this process again?

Thank you

1 Like

You were using this code to the Hint field for your Dropdown:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
  <input type="hidden" name="cmd" value="_s-xclick" />
  <input type="hidden" name="hosted_button_id" value="85WVMUJSDU8S2" />
  <input type="hidden" name="currency_code" value="USD" />
  <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Buy Now" />
</form>