Hi, Is it possible to copy and paste "To" and "CC"

Hi,

Is it possible to copy and paste "To" and "CC" fields in the User input form which is of type Email/Email recipient?

If so, how do I achieve it?

Thanks in advance
Nimisha

OriginalPostID-204990

OriginalPostID-204990

  Discussion posts and replies are publicly visible

Parents
  • You can allow users to paste email addresses separated by a standardized delimiter (e.g. comma, semi-colon, and/or line break) into a paragraphField, then split that (single) text into an array of strings, each of which could be an email address. You could parse similarly for usernames, if pasting is preferable to picking users.

    Does this solve your question?
Reply
  • You can allow users to paste email addresses separated by a standardized delimiter (e.g. comma, semi-colon, and/or line break) into a paragraphField, then split that (single) text into an array of strings, each of which could be an email address. You could parse similarly for usernames, if pasting is preferable to picking users.

    Does this solve your question?
Children
No Data