# How to avoid overwriting Contacts with forms?

**URL:** https://forum.mautic.org/t/how-to-avoid-overwriting-contacts-with-forms/20833
**Category:** Product Support
**Created:** [September 12, 2021, 4:36am UTC](https://forum.mautic.org/t/how-to-avoid-overwriting-contacts-with-forms/20833 "2021-09-12T04:36:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![michaelasg](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/michaelasg/32/691_2.png) [@michaelasg](https://forum.mautic.org/u/michaelasg)
#### Post date: [September 12, 2021, 4:36am UTC](https://forum.mautic.org/t/how-to-avoid-overwriting-contacts-with-forms/20833/1 "2021-09-12T04:36:38Z")

</div>

_My PHP version is_ : PHP Version 7.4.23  
_My MySQL version is_ : 5.7.32-35-log

Is there a way to prevent overwriting a Contact by using a form multiple times? At this point, if a contact data is in the system and someone submits the form again, for the same email, the new data that comes with the new submission, overwrites the existing data…

Is there a way to prevent this?

like, if the email is already in the system, a new submission is not possible, and an error is displayed like email already associated with a Contact
