Web3forms will now throw
400
error for empty form submissions which is usually caused by not adding the
name=""
attribute to each input.
From now on, at least one valid input is needed for the form to get submitted. This feature will prevent empty form submissions.