Hi,
I noticed that when i use regex validation for the name (i only want first name), using the validation feature
moves the label away from the input on the registration form.
It appears it does this because it is making room for the validation error text. The validation error text needs to be after the input not before. This would allow the label and input to stay paired.
Just wanted to share in case someone else did not mention it.