Is there a different way to allow Glide to interpret the snippet, or is it not possible? I have tried unsuccessfully with RT and Webview.
Thanks in advance to those who will answer me!
Thank you all for the response. The iframe suggestion is what I had tried, but Iâm not very favorable to this kind of embedding, working in the cybersecurity field.
The second system is an elegant way to get around the problem, but in my case is not good because the application that generates the snippet takes as reference the domain of my site.
I hope that a valid method of code encapsulation is seriously considered to improve our webapps.
I think for something like that youâll need to use the web embed. Looks like Stripe has a different version of the code wrapped in some html. If you already have a separate page built and hosted elsewhere, you can embed that. If not, you can put the code in a template column and use some javascript to convert the html and script into a datauri that you can then use in a web embed component.