Can you have comma separated email values in an email field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2018 07:35 AM
In our current Jakarta instance, some of our Change Request notifications are configured to send to a "User/group in field" recipient from the form called "Target audience DL," which is an Email field. The idea is that if I want to send out specific communication to a distribution list, I can put that DL in the field and the notification will send to them.
For one email, this works as expected. However, when I try multiple addresses, I get the following error:
I've already updated the Email field class to a length of 200 to allow for this.
So my main question is:
- Can I modify the Email field class to accept multiple email addresses? If so, how?
If not, what would another option be? Just use a string field and have an onChange client script validate the email address (e.g. that it has an "@" and ".com")?
Thanks in advance.
- Labels:
-
Best Practices
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 10:32 PM
Hi ,
Even I have similar requirement like this, did you get solution for this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2023 11:46 AM
Is there a reason you're not using watchlist? Looks like you're trying to make watchlist functionality that already exists.