Would love to see form response validation, similar to what Google Forms has with their ability to validate a text field by matching to RegEx.
For example, Username#1234 would match .+#[\d]{4} and the user wouldn't be able to submit the form unless the text input matches the RegEx pattern.