List to manage contact forms: Issue if contact submits twice (same email)

Plara

New Member
Hi! This is my first post, thanks a lot for this great marketing tool!

I want to create 1 list to manage the information on the contact form on my site. I create the list, add the corresponding fields, I generate the form and embed it on my web. Everything works as expected: If one contact submits a comment/question he is added to the list and I receive the corresponding mail. BUT, if the same contact tries to submit another comment/question with the same email, then he is redirected to the update url, because he is already in the list.

Of course, I could manage this contact form with some WP plugin, but Id prefer to gather all the data in the MW DB.

Any idea about how I could solve the issue?
 
@Plara - We don't allow same subscriber to be part of a list twice, if we do so, then, when we send emails, we'd send duplicates, and we don't want this.
One way to go about this, is to use the API to check if the subscriber exists before you subscribe, but that will require some programming knowledge, or hire a developer to do that for you.
 
Back
Top