I am looking to make a block div visible when an input field is clicked.
<input class="indifferent" type="radio" name="decision" value="indifferent"> Indifferent </br>
<div class="input" style="display: none;"> Please assist with our company! </br> <input type='text' name='help'> </br> </div>
What is the best way to achieve this functionality?