Can someone please tell my why I can’t get this Jotform embed to be 100% screen size, I probably doing something painfully simple wrong but I can’t for the life of me find out what it is!!! HELP!
Any reason why you’re using JotForm over the native Webflow contact form?
Your iframe has a height of 100%, though it doesn’t have a reference of what to be 100% of. So if you change the height 100vh (vh stands for view height), that’ll fix the issue.
Thanks @Waldo, I’ll try that. I’m only using jotform as it plays nice with Filepicker.com which I’m using for the file upload button and it will eventually be a payment form which is easy to do in Jotform.
I would use Webflow forms but I currently don’t know how to add e-commerce & a file upload button to the native form!!
Just Tried that @Waldo & still not working, any other suggestions?
It was initially set at 514px from the Jotform code and I thought that was the issue so I changed it to 100%, I’ve also tried it at 800px and still no success!
I would try to create same class in Webflow and apply settings that needed. If it will not help, you will have to use custom CSS with !important declaration
UPD: Nope, Webflow class will not work, there is stylesheet inside the iframe. MAYBE you can change it when you creating form there.
Thanks @sabanna, I’ll have a look at the Jotform end and see if I missed something.
The raw Jotform link works perfect, just not when I drop the code into Webflow!