Is there a way to remove Form input/select values when you hide a div?
Example: Let say i have a form that i fill out. I have a couple different choices, each one will show a different div with a different form and hide the rest. But when i submit, it still submits those form values, even when the div is hidden.
Is it possible to remove all hidden form values?
I prefer jQuery if possible.