I am using the well-known sendit.php file to email an online form. My goal is to obtain a person's full name. This form is used by existing clients and I would like to prevent them from entering initials in the name fields. I am aware nothing can prevent a client from typing random characters but thought setting a minimum of characters would persuade them to fill it out accurately.
I have already set the first and last name fields as "required." Now I want to ensure that more than 3 characters are entered by the viewer. Any tips on how to do this?
Thanks in advance!
I have already set the first and last name fields as "required." Now I want to ensure that more than 3 characters are entered by the viewer. Any tips on how to do this?
Thanks in advance!

Comment