I have made a recomendator form with DYNAMIC TO like this:
Your name:
Your email:
Friend 1 name: name1 required
Friend 1 email: email1 required
Friend 2 name: name2 optional
Friend 2 email: email2 optional
Friend 3 name: name3 optional
Friend 3 email: email3 optional
First mail, obiusly get delivered
But If the User send only 1 recommendation in the confirmation messages I get 2
error messages LIKE this...
You must provide at least one recipient e-mail address
You must provide at least one recipient e-mail address
And this error message can confuse the user about the proper delivery of his recommendation
Put dummy emails boxes like default values in the 2 optional fields dont fix the problem, because the phpmail send me an undelivered message for every single recommendation in my email box.
There is another solution for this problem?
Thanks a lot
Your name:
Your email:
Friend 1 name: name1 required
Friend 1 email: email1 required
Friend 2 name: name2 optional
Friend 2 email: email2 optional
Friend 3 name: name3 optional
Friend 3 email: email3 optional
First mail, obiusly get delivered
But If the User send only 1 recommendation in the confirmation messages I get 2
error messages LIKE this...
You must provide at least one recipient e-mail address
You must provide at least one recipient e-mail address
And this error message can confuse the user about the proper delivery of his recommendation
Put dummy emails boxes like default values in the 2 optional fields dont fix the problem, because the phpmail send me an undelivered message for every single recommendation in my email box.
There is another solution for this problem?
Thanks a lot