# Forms Duplicate Entries

**URL:** https://forum.mautic.org/t/forms-duplicate-entries/18576
**Category:** General Discussion
**Tags:** community, discussion
**Created:** [March 15, 2021, 2:14am UTC](https://forum.mautic.org/t/forms-duplicate-entries/18576 "2021-03-15T02:14:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![atharvit](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/atharvit/32/2918_2.png) [@atharvit](https://forum.mautic.org/u/atharvit)
#### Post date: [March 15, 2021, 2:14am UTC](https://forum.mautic.org/t/forms-duplicate-entries/18576/1 "2021-03-15T02:14:51Z")

</div>

**Your software**  
My Mautic version is: 2.16.3  
My PHP version is: 7.2.34  
My Database type and version is: MySQL

**Your problem**  
My problem is:

How to restrict duplicate form entries? I want to restrict duplicate Email ID gets inserted via forms.

Currently forms are allowing to enter same user details multiple times.

How to apply validation check at form entry level whether entry is exist or no?

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [March 16, 2021, 7:11am UTC](https://forum.mautic.org/t/forms-duplicate-entries/18576/2 "2021-03-16T07:11:05Z")

</div>

Hi,  
The workaround I use:  
Wrap your form in a dynamic content block, which has a condition: email is empty.  
Contacts who have email already won’t see this form - so they can’t fill it out.  
If you turn off ‘can restart campaign’, then they won’t restart the campaign your form is connected to anyway.  
Joey
