1. Problem started when I embed the code to my website and I need to alter the height every time.
2. I had a form with 2 different attachments, when i filled the form. Submit button vanished. Tried multiple iterations and then decided to have one attachment. but this will not work for a longer run
To leave a comment, please authenticate.
<div class="deftform" data-form-id="ID-OF-YOUR-FORM" data-form-width="100%" data-form-align="center" data-form-auto-height="1"></div><script src="cdn.deftform.com/embed.js"...>
Make sure data-form-auto-height="1" is present and also that you DON'T define a height on your own either via CSS or by adding data-form-height="123".