Having issues with my site where an iframe is contained within a div.
When only one character is entered in the telephone box, validation fails and red warning text is displayed.
Furthermore, after clicking in the email box and pressing tab twice, the form shifts to the left on the second tab press, causing the question text to go out of view.
Is there a way to fix the horizontal position of the form so it remains static?
IFrame snippet:
<div style="border: 0px solid #a1a1a1; width: 450px; border-radius: 25px; background: #83aeff; overflow: hidden;"> <iframe style="overflow: hidden;" src="https://secure.workbooks.com/process/=QzM/Workbooks_Signup_Form?edition=trial" width="490px" height="330px" frameborder="0" scrolling="no">
</iframe></div>
Access the URL here: