Hello,
I need to enable a field based on whether the previous field has been entered. Here are my fields:
<select name="state" id="state"><option></option></select>
<input type="text" name="postalAddress1" id="postalAddress1" class="tip" /> <!-- enable this field based on a state being selected in the select with id="state" -->
Thanks