Hi! 馃槉
SendPulse already has a built-in flow for this scenario, so there's no need to embed a custom Stripe button directly into the form.
You can:
connect Stripe in your account settings,
create a pricing plan for the course,
and add the Payment widget to your course page.
In this setup:
the user fills in their data,
the information is automatically saved to the CRM contact and student profile,
and then the user is redirected to the Stripe payment page to complete the payment.
At the moment, there is no documented native option to replace the default course form submit button with a fully custom embedded Stripe Checkout button while preserving the built-in form logic.
Full details here!