FAQ | This is a LIVE service | Changelog

Skip to content

Strip whitespace from string fields in personal data form

We do not want people entering data with whitespace on the start or end. This adds a subclass of StringField that adds a filter to strip its input, and uses that subclass to generate form fields.

Closes #74 (closed)

Merge request reports