In a simple form that writes the following data:
ID, IP, Date / Time, Name, Email, State / City.
When a person fills out the form, this data is recorded in the database. But if the same user is to fill out the form again, a new record will be recorded, creating a doubling of information.
How can I control this scenario so that if the same person uses the form with the same data, instead of duplicating the record, just increment a control counter?