I'm facing a unique use case that I know may not have a straightforward solution. Is there any method to prevent specific form elements from being submitted?
One idea I had was to dynamically remove the 'unwanted' elements from the page after the Submit action, but without visually impacting the end users.