It is good practice for accessibility, to provide default form field values. It would be great if FreeForm could check the value of required fields against a ‘NOT’ list when validating.
For example, imagine this required field:
<input type="text" name="postcode" value="Enter your zip/postal code" />
Validation would ensure that the field is not blank, but also that the field value is not equal to “Enter your zip/postal code”, or “ “ (a space).
