Hi,
I Love zCRM Web Forms Very Much!
One problem that is ruining everything for me is the lack of Upsert Capabilities.
But, I'm not lazy and i am able to do the upsert proccess using custom function:
A. Search If A Contact with the same Mobile - The Unique Field - Exists
A.a. If So, Insert The data from the webform to a note or a task
A.b. If not, Proceed to B
B. Search If A Lead with the same Mobile - The Unique Field - Exists
B.a. If So, Insert The data from the webform to a note or a task
B.b. If not, Create a new lead
1. How do i get to the form submissions that are waiting for confirmation automatically instead of manualy?
2. How do i disable the email notifications for duplicate records?