The address labels for "street, address 2, city, zip code" all appear below the field. Any way to move that above the field?
The address labels for "street, address 2, city, zip code" all appear below the field. Any way to move that above the field?
See this example (I moved all the sublabels above the inputs): http://gravity.chrishajer.com/move-address-sub-labels/
I added this jQuery code to an HTML block in the form: http://pastebin.com/9bXKzDz4
You can further target specific fields in your form, or comment out some of those lines so all the sublabels are not moved above the inputs.
Thank you!
You're welcome.