Imagine you have a form where you switch visibility of several fields. And if the field is not displayed you don\'t want its value to be in request.
How do you handl
I would either remove the value from the input or detach the input object from the DOM so it doesn't exist to be posted in the first place.