How to check an Email Address has been used when a form is submitted
I have a forward facing form and I want previous customers to submit feed back.
I want to run a Validate on Submission to see if an Email Address is in my customer data base and if so to allow the submission. If not to deny it.
I'm confused on how to construct the code; do I treat it like a string or a list/dropdown? both?
Please let me know if you need any addtional information.