Embedding with iframe instead of javascript

Hi!
I’m hoping to embed our app into a third-party LMS system, and they don’t allow javascript embdeds.
Is there a way to get an iframe code to embed an app?

1 Like

You could try the below html. :thinking:

Modify the width and height attributes to fit the dimensions required. Replace YOUR_KNACK_APP_URL with the actual URL of your Knack app.

<iframe src="YOUR_KNACK_APP_URL" width="100%" height="600" frameborder="0" allowfullscreen></iframe>

PS - I’m not a coder :joy::technologist:

1 Like

You may not be a coder but this worked! Thank you!

That’s great :+1: - Can you mark as the solution please.