I have a page which allows users to add a new contact to the database. On complete of this add, the user is taken to the contact list page, which lists all the contacts. That part works.
However, the problem occurs when user then clicks Refresh, on the contact list page, and the page refreshes and a duplicate contact is created.
How would I resolve this.
Thanks for your help.