I am trying to get a custom integration going with Stripe. Their docs are great, and provide code samples which you can copy and paste, which are broken-down into separate tabs for HTML, CSS, and JavaScript. For example, see here for building a page to collect payment details:
My question is how do I apply this in Webflow? I know that the embed element supports all three, and so I am wondering do I just add a separate embed element for each, one after the other? Or do I include all three blocks of code in the one embed element?
I also read in the Webflow docs that CSS must be in style tags, and JS in script tags. The Stripe docs don’t provide code this way, and so i’ll have to just figure that out separately myself too.