Ok, I figured out what was wrong.
The issue lies with where you add the field apparently.
So I had created a form like this on the admin:
Text(left)
Address(left)
Text(right)
Address(right)
That is what broke as far as the formatting.
When I did:
Text(left)
Text(rght)
Address(left)
Address(right)
The issue resolved itself. User error. 8-)