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.

Little help with field validation

  1. So for example my customers get a personal code for example one of these

    YGPYK
    TRAYE
    PDQR6

    How can you make a field when you enter one of the codes it will be validated
    and give a false or true message

    sorry for the truble but yet thanks again :)

    Posted 11 years ago on Thursday March 14, 2013 | Permalink
  2. Here is code to compare an entered code with all codes in a file, and return a validation error if there is no match: http://pastebin.com/7ANQh6Rc

    Posted 11 years ago on Sunday March 17, 2013 | Permalink