I have a form, once submitted, a unique ID is created, form saves to a DB, emails form user, and a thank you message shows. On the thank you message page, it shows the unique ID and some of the input fields.
Everything works great!
One small glitch is that if the user refreshes the thank you message, a new unique ID is created and a new record is saved to the database.
How can I stop that from happening?
Thanks,
Melvins138
Everything works great!
One small glitch is that if the user refreshes the thank you message, a new unique ID is created and a new record is saved to the database.
How can I stop that from happening?
Thanks,
Melvins138