Load a URL page inside a Modal

HI,

I have a payment link that I would like its page to load inside a Modal?
Is there a way to do it.
Say the link is http://wwwsome_domain_url and when the user clicks a button, the Modal would load, but I am stuck on how to get a specific URL to then load within. Try to keep he user on the website.

You cannot load urls inside a modal.

1 Like

You can use iFrame inside modal to load whatever URL you want.

1 Like

Thanks @sid I will give that a go!

It’s very unlikely any 3rd party payment links will load within an iFrame. E.g. Stripe Checkout is not supported in an iframe. It requires a full page redirect so you should not try to embed it in an iframe and instead redirect your customer to the Checkout page.

The only alternative to keep users on your website is to use Stripe elements.

thanks @scalaris. You are correct, the url wouldn’t load in the iframe… also from a usability perspective, it isn’t a good idea.
Unfortunately it doesn’t look like when using Invoices method that you can redirect the user back to your website after payment, as the final page on stripe is the confirmation with a download link for pdf and receipts. No option to put in a redirect link to your site.