software-templates icon indicating copy to clipboard operation
software-templates copied to clipboard

Add validation to input fields

Open Ian-Link-Roadie opened this issue 5 months ago • 0 comments

The following restrictions were placed on the fields:

name:

  • lowercase only
  • no numbers
  • no special characters leading or trailing
  • only - and _ allowed between letters
  • max length of 30

email domain:

  • letters, numbers, -, _, and . allowed only
  • no leading @

email:

  • standard email address format

Ian-Link-Roadie avatar Sep 18 '24 17:09 Ian-Link-Roadie