How to hide a field in online custom html form.
Hi there,
I have created a template form Online Custom Record Form and I want whene user select a specific value in “Issue” field then “Role need to be assigned” field got hide.
How can I do this. Below are the field lable.
<div class=”row”>
<div class=”col-25″ id=”issues”><label for=”issue”>Issue</label>
</div>
<div class=”col-75″>
<NLCUSTRECORD_ISSUE_TYPE>
</div>
</div>
<div class=”row”>
<div class=”col-25″ id=”roles”><label for=”issue”>Role need to be assigned</label>
</div>
<div class=”col-75″>
<NLCUSTRECORD1415>
</div>
</div>
Your help is highly appreciated.
Thanks
Titu Singh