How to check for blank fields ?
I have a form that contains six input fields used for email addresses.
Once all six are filled out, I can create a concatenated string with the six input fields, separated by a comma, to be used in the cfmail to part.
What if they do not fill out all six input fields and only fillout two of the input fields with email addresses. ?
What is an efficient way to check if a field was filled out or not, with an email address ? My concatenated string will then only contain 2 input fields.
