Contact Form: Remove salutation Requirement
In most places, the salutation is no longer a requirement, but for some reason, in the contact form, it still is.
If you want to override this via an extension, you have to override not only the template but also the validation as well as the ContactFormRoute since it builds criteria with the salutationId and assumes it to be set.
There doesn't seem to be a good reason to force this requirement. At the very least, there should be a config to make the field optional.
1
vote
