I have a form with an address field where I need the city, state and zip a required default value. I've set the State to the default state, and I was able to input the city and zip via shortcodes through "Allow field to be populated dynamically". (I also disabled the fields via JS.)
The problem is, when I submit the form (with or without required fields filled), it errors out and highlights Address as a required field - with the values missing.
Any ideas?
Form located here: http://assistanceleague.staging.deltasys.com/what-we-do/cookie-connection/
EDIT: Problem solved, this was a JS problem not a GF problem.