jotform

populating checkboxes based on dropdown value selection

倖福魔咒の 提交于 2019-12-12 02:28:23
问题 I was wondering if there is possibility to change the status of a checkbox to checked, based on a dropdown value selector. I already managed to populate checkboxes based on radio button selection, but how would one do it for a dropdown list? Dropdown is here: <select class="form-dropdown" style="width:150px" id="input_12" name="q12_broj_sati_dropdown"> <option value=""> Odaberite broj sati </option> <option calcValue="240" value="4h" id="4h"> 4h </option> <option calcValue="300" value="5h" id