I have built an app that lets my app users create poll questions and surveys in a web UI.
Then they use javascript that I provide them, to integrate the poll/survey iframe into their own software.
I need to run some (many) tests to be sure the content of the iframe is presenting what it should.
Any ideas on how to best see what my customers will see through the iframe and to be sure it’s the same thing,?
embed my javascript for the integration, in new app?
If I do that, it definitely seems like the easiest solution. But then need to pay Bubble for two paid subscriptions. i wonder if there is a cheaper place to host the demo page.