I have two selctdropdown boxes name like "resolution" and "codecname".
Now i am able to get the single field value either from resolution or
codecformat select box.
ex:
observe_field 'resolution'
or
observe_field 'codecforamt'
is there any way to get the two fields in to the observe_field method ?
I have two selctdropdown boxes name like "resolution" and "codecname".
Now i am able to get the single field value either from resolution or
codecformat select box.
ex:
observe_field 'resolution'
or
observe_field 'codecforamt'
is there any way to get the two fields in to the observe_field method ?
Have you looked at the observe_form method. I think you use this if you
want to observe multiple fields in a form. I could be wrong, but at
least take a look at it.