PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Minimum characters?

  1. I appreciate the simplicity of the max character validation, but wonder if it's possible to validate minimum characters as well? I have a field where people keep misreading COUNTY for COUNTRY and entering USA. I want to say minimum 4 characters, because there's no way to do any better validation for counties in the US.

    Posted 13 years ago on Tuesday December 14, 2010 | Permalink
  2. Not currently possible as a built in feature, but would be possible if you wanted to write a PHP customization using the gform_validation hook.

    Posted 13 years ago on Tuesday December 14, 2010 | Permalink