PDA

View Full Version : Child List Title


shaun.andrews
11-27-2010, 09:08 PM
I have a simple country / region dropdown list - region being the child list. I have added a manual list value title 'select region'. When it populates it deletes this (expected) and defaults to the first record.

Is there a way to either add a manual record to the array 'select region' that outputs this on top, or by using javascript to title it? Or another option would maybe to do this in the initial sql query? I'm unsure of the best way to do this.

The idea is I want the user to have to select an option rather than just clicking next without choosing.

Jason Byrnes
11-29-2010, 07:29 AM
In the Populate List From Array Behavior, the Target List Options section has a setting called "Leave Top", set this to 1 to leave the first static option option in the child select list.

shaun.andrews
11-30-2010, 12:56 AM
Thanks Jason, worked perfectly

Jason Byrnes
11-30-2010, 06:57 AM
you're welcome.