PDA

View Full Version : Not updating the child field with data


janet259027
02-07-2011, 08:15 AM
I have two drop-downs and am using the Dynamic Drop Down feature to populate the second drop-down based on the selection in the first drop-down. That works fine, but when I click the insert button (on an insert form) or update button (on an update form) the second drop-down option does not get posted.

I did a work around and renamed the second drop-down and added the field as a hidden field and then wrote some Javascript to populate it. That works, but is there a simpler way?

Jason Byrnes
02-07-2011, 01:02 PM
can you send a copy of your page where it is not working so I can examine the code.