I am creating a form that requires City, State and Zip. I need to make sure that users do not put City, State and Zip into the City field; which someone so nicely pointed out to me as a problem with the form. Anyway, what I am looking for is a way to force the user to only be able to enter alpha characters into the City text field. I had glanced at the "Validation Patterns" OOTB functionality but I could not find anything listed that would complete the requirement.
Thank you,