Morning All,
I'm trying to send an e-mail from a form and I'm inserting several fields, but my issue is that if I insert a CheckBox field and the user selects more that one value, the @MailSend formula repeats all the other fields in the e-mail. For example, in the formula below, the field 'roles' is a CheckBox field and if the user selects two items I get:
"NAME: " + New_Full + @NewLine +
"Roles " + roles + @NewLine +
"E-mail Address: "+ email_add +
John Smith
HR
John@email.com
John Smith
IT
John@email.com
Can you help?
I'm trying to send an e-mail from a form and I'm inserting several fields, but my issue is that if I insert a CheckBox field and the user selects more that one value, the @MailSend formula repeats all the other fields in the e-mail. For example, in the formula below, the field 'roles' is a CheckBox field and if the user selects two items I get:
"NAME: " + New_Full + @NewLine +
"Roles " + roles + @NewLine +
"E-mail Address: "+ email_add +
John Smith
HR
John@email.com
John Smith
IT
John@email.com
Can you help?