Hi there,
I'm trying to set up a dynamic form that has input fields added or removed, depending on what option a user selects from a dropdown. Specifically, if you go here: https://www.turrentinebrokerage.com/contact-us/, and select from the first dropdown above the form, "New Customer," you'll notice two new fields that show up. I did the auto-adding/removing with jQuery, but then suddenly came to the realization that validation still happens for the required fields that are now hidden. How would I remove validation for the fields I'm hiding? Or is there a better way to achieve the whole thing? Just wanted to ask and double check about this. Thanks!
Jon