Hello friends I am struggling to identify why my formly form is not populating on the live site? Uncertain if this is something you are able to help with. Thanks in advance! Webflow View Only | Live Site Link
Matt J. Sorry about that. Here it is
So the way that I found this bug is that I first made sure the basics were setup with the form. Then I looked at the source code for the staging site to see why the steps were not showing up and they were set to display none, but they weren't set to display none inside of webflow - so then I started playing around with some of the styling settings like removing the negative margin on main-wrapper or removing some of the position:relative settings from various divs. When none of that does anything, then I basically delete everything off the page but the section in question. As soon as I did that, the form worked. So then I refreshed, everything came back, and then I started removing some sections - but the issue persisted. But when I would move the section out of the main-wrapper thats when I noticed that there was something odd going on with that div. It wasn't until I went back into inspect element/view source code and inspected why main-wrapper was being so weird that I noticed that the data-form=step attribute was applied to the main-wrapper.
thank you my friend i had to of put it there unintentionally

