Q5. How to make another field become NA when I select "NO" in this field?
For example, I have total 4 fields, they are A, B, C and D.
Field A is a dropdown choice box with selection "Yes", "No", and "NA".
Field B is a dropdown choice box with selection "NA", "Eat now" and "Eat Later"
Field C is a dropdown choice box with selection "NA", "Eat now" and "Eat Later"
Field D is a dropdown choice box with selection "NA", "Eat now" and "Eat Later"
I want the field B ,C and D automatically become "NA" selection and not editable when the field A not selecting "Yes".
This request can be done by inserting the code with Javascript in the HTML form:

The results will be like:


PreviousQ4. How to use Wrap Text function in html form?NextQ6. If a workflow has been rejected, the user should not be allowed to change the request data.
Last updated