agilecrm / javascript-api

Javascript Connector for Agile
42 stars 15 forks source link

JS API validation treats email field with + as invalid #26

Open hayorov opened 5 years ago

hayorov commented 5 years ago

Problem statement:

Agile CRM JS library treats email with symbol "+" (plus) as invalid and displays an error message "Please enter a valid email."

rammohan-agile commented 5 years ago

Hi @hayorov when i am trying with my localhost contact is creating to AGIL CRM for example if we give abc+def@gmail.com or xyz+@gmail.com working fine , is this same scenario You are trying , correct me if i was wrong

please run this repository in your localhost or server side like below and then see in console you will success or error messages , http://localhost:8080/javascript-api-master/create_contact.html

Thanks, Agile Crm Support Team.