Closed
Description
the cause for this is that in some messages there is a part that varies based on what I've inputed
"The username portion of the email address is invalid (the portion before the @: ùà)"
when this is tested againt the array of solutions && $.ajaxChimp.responses[msg]
returns always undefine
i've made a workaround cutting the part of the message that change.
msg = msg.substring(0,msg.indexOf("(")-1);
so the message become something like
"The username portion of the email address is invalid"
i think there is a better solution anyway
Metadata
Metadata
Assignees
Labels
No labels