Select box input in cutsom code
Confluence User - 06 Apr, 2020
Hey
I want to write a custom code in which I have to use the inputs of select boxes used in my form. To store value of text field in variable syntax is : var d2=$('input[name="disability"]').Val(); I used this syntax. How do I store a value of select boxes in a variable? Basically I need the syntax for the select box.
Please help me out with asap. Thank you so much in advance
forms;selectbox;customcode