• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

emails validation

Explorer ,
Jan 20, 2012 Jan 20, 2012

Copy link to clipboard

Copied

Hi,

have the free text box for user to enter more than one email addresses.  is there the way to validate those emails?

i normally validate one email from each box using the expresion but don't know how to validate more than one emails, can you help?

Thanks

KT

TOPICS
Advanced techniques

Views

490

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Jan 20, 2012 Jan 20, 2012

Copy link to clipboard

Copied

LATEST

Sure but you are going to have to do the work to seperate the values in the text box into individual datam.  Then you can validate these values.

The list functions would probably be helpful with the delimiter property to make any character(s) into delimiters such as spaces, bars, returns, line breaks, etc.

Then you can loop through the field as a list, extract each item and process and desired.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation