Link to home
Start Free TrialLog in
Avatar of Aidam-Unlimited
Aidam-UnlimitedFlag for United Kingdom of Great Britain and Northern Ireland

asked on

PHP Send E-mail -> Multiple Recipients -> jQuery Validation

Hi Guys,

I am using this jQuery PHP send-mail form:
http://www.raymondselda.com/php-contact-form-with-jquery-validation/

I'd like to ask you if you could suggest me ready solution how to edit above code to accept and validate multiple e-mail separated by comma.

Example:

When I type first e-mail:
hello@email.com

it will automatically add comma and space so I can type another e-mail in this one field:
hello@email.com, hello2@email.com, hello3@email.com, etc.

There will be maximum of 20 recipients.

I am sure I'm not the only one who would be delighted by this solution as I couldn't find any ready made jQuery multiple e-mail validation form.

Thank you in advance!
ASKER CERTIFIED SOLUTION
Avatar of themrrobert
themrrobert
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aidam-Unlimited

ASKER

Thanks but I do not understand how to use it and where is the jQuery validation?
SOLUTION
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks both of you, guys. I'm gonna look for another solution.