I have a form in a modal window and I am having problems getting the value of a popup list used in the form. How can I get individual/specific values from the form?
$$('myform').getValues().list_id
where
myform - id of form
list_id - id of list input in the form