Summary:
Ability to make Name field mandatory
Detailed Description:
The email field uses JS validation, but the name field doesn't. It would be nice
to be able to use the same validation method with the ability to set the name
field to required.
Adding the html5 'required' modifier to the subscribe form helps, but not all
browsers/devices (e.g. iOS/Safari) support it.