PDA

View Full Version : Can child be a hidden form field?


Brad Lawryk
01-22-2011, 12:47 PM
I need to have users choose an option form a drop menu and I need to have it populate a hidden field based on the selection from the menu.

Basically it is a drop down of values that will insert the record and redirect to a different page based on the selection.

Brad

Jason Byrnes
01-24-2011, 07:09 AM
No, the child element must be a select list.

Brad Lawryk
01-24-2011, 02:52 PM
No, the child element must be a select list.

That would explain why I couldn't get it to work ... ;-)