Posted by Brooks
2015-09-16

Is there away to prevent the same person from entering the form more than once? After form is processed refresh the form to new form?

I reinstalled the form/database on a new computer and it tells me "This form has already been submitted", but the entry is not even in the database. When I changed the script to the way you suggested to another person, I could not tell the form was processed so I had 5 entries.
Posted by Tom
2015-09-18

Hi,

>I reinstalled the form/database on a new computer and it tells me "This form has already been submitted", but the entry is not even in the database.

It sounds like you have session problem. You would experience something like that it if the php session was not working. Can you log in to the admin panel? If you can't stay in the admin panel, it should be the lack of php session.