Hi Guys.. I am new to javascript.. pls bare with me :)
In my form, i have a table with two columns. first column has checkboxes and second has dropdown lists.
On check of each check box.. certain 'options' are addded/removed from its corresponding dropdown list.
My problem is, after adding/removing the 'options' dynamically, if I select the newly added option and submit the form, the corresponding value for the newly added option is actually not getting submitted. The form is submitted with some other option in the list. In other terms, the form is not getting submitted with the correct value, if I select the newly added option.
Could any of you help me please? (Sorry that I donot know any PHP or ajax..)
In my form, i have a table with two columns. first column has checkboxes and second has dropdown lists.
On check of each check box.. certain 'options' are addded/removed from its corresponding dropdown list.
My problem is, after adding/removing the 'options' dynamically, if I select the newly added option and submit the form, the corresponding value for the newly added option is actually not getting submitted. The form is submitted with some other option in the list. In other terms, the form is not getting submitted with the correct value, if I select the newly added option.
Could any of you help me please? (Sorry that I donot know any PHP or ajax..)
Comment