I have a form that hides a text field until an option is selected in a drop down combo box. That text field has a pre-populated text and this works fine.
The problem is when you don't enter anything in the combo box (required) then you get the red warning telling you to do so which is fine. But when you then select an option, the hidden text field is shown but is blank. The prepopulated info is not there.
Any clue why?
-Darrin