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
‎06-06-2018 10:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2020 08:08 AM
I tried this in Orlando and the variable attributes is not present under Default Value for Email Type field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2018 10:25 AM
This field type is meant to only accept 1 value. In order to accept multiple values the field needs to be of type "List". Look at the Watch List field on Incident as an example. List type fields will need to reference another table such as user or group but it also has a way to enter email addresses too:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2023 10:29 PM
Hi,
I have tried using the "List collector" , but cant see the email address , please find the screen shot.