Hi
I have 2 dropdown in the edit template.
<input id="1" style="width: 300px" />
<input id="2" disabled="disabled" style="width: 300px" />
on selection of 1st dropdown , I fill 2nd dropdown (using cascading e.g.) , for some values in the 1st dropdown I need to show textbox in place of 2nd dropdown as a result.
How to achieve this?
I have 2 dropdown in the edit template.
<input id="1" style="width: 300px" />
<input id="2" disabled="disabled" style="width: 300px" />
on selection of 1st dropdown , I fill 2nd dropdown (using cascading e.g.) , for some values in the 1st dropdown I need to show textbox in place of 2nd dropdown as a result.
How to achieve this?