Hi everyone!
I have a simple embed form from Square (to book an appointment). They do not provide any customizing for embed forms. I reached out to the development team and they told me they can not customize it for me. It is what it is.
Embed form height restricted by 500px height. And vertical scrolling appears inside the form.
I need to remove scrolling inside the form and stretch form at its height.
How can this be implemented?
Website: loftnail.studio
Unfortunately, this would also be out of our scope of support.
Taking a quick glance, I think the scroll and height of the embed are set up differently as well. It would be best to reach out back to them or try using a different form.
I contacted with them no result.
On the Square support forum it is several tickets already with the same issue no result by years, so it is no hope they will do anything, unfortunately.
I understand it is out of your scope, but, maybe someone has an experience with that.
the issue with an Embed is you can only “style” them from the origin server.
And any JS you could apply to change that has to also come from the origin server.
The most you can do is define a min-height in the <iframe style currently it is set to 500px. You can increase that to a larger number …