Re: Ensuring a web page refresh doesn't create a new record
Posted by Sam on 10/14/25 11:32
>> In any case, to make this work, use *two* (or possibly three) pages -- one
>> that has the HTML form for user input and and one that processes the data
>> but never actually prints anythingto the browser.
OK - thanks Stefan and Jeff - very useful info.
I'll display a "Thank you" type page once the submit has taken place.
This seems like a good workaround for me.