Your software
My Mautic version is: 4.4.2
My PHP version is: 7.4.30
My Database type and version is: mysql 8.0.30
Your problem
My problem is:
I tried creating a form that saves the submitted data into a contact. This works fine. My form consists of first name, last name and email.
The problem is that I need a way to prevent a contact from being updated when submitted, as to not allow anyone to randomly change contact data from an existing contact.
How can I check and give an error along the lines of “this email is already registered”?
I have the issue where someone completes a form to reg for the event, they then reg a 2nd person for the same event, diff details but they use the same email address so it overwrites person 1.