I have a form which users complete to submit a service request. The completed fields are saved to a table. As soon as users started completing the form, a new record is saved in the table.
I would like to code it such that if they close the window (or possibly click a 'cancel' button'), the...