I use a pop-up builder called ConvertBox, and I want to embed your form in the popup. However, when I do, the form is aligned to the left, and the phone number text is also positioned to the left.
Please see this video: app.screencast.com/jA2Mpurn6IX...
The test landing page is mezzamarketing.convertri.com/d...
Please let me know if you can help
To leave a comment, please authenticate.
As for the issue about the phone field, please have a look at this help article: help.deftform.com/faq/how-to-e...
The problem is likely related to the fact that the form is being initialized while not visible. That can cause issues with JavaScript calculating the width of the phone field. You can prevent the form from initializing during page load (see "data-form-init" in the article), and then initialize the form once the popup has opened.