Avatar

Level 10

Hi,

Here is an example: https://acrobat.com/#d=XGio37Qy-giZ*Qs*QRl5nw

However in the send email button, I do not have the regular expression working. It is meant to prevent an email address from being added to the list if it already exists.

else if (vEmailList.search(/emailAddress.rawValue/) == -1)

This is only passing for the string "emailAddress.rawValue", rather than using the .rawValue of the emailAddress field.

Maybe someone could have a look at the RegExp.

Good luck,

Niall