Hello,
I've done lots of searching but am perhaps searching for the wrong thing!
I have a bunch of pages built using Chronoform which are essentially data capture pages which write straight to tables.They also allow updates to be made after the initial saves.
I'd like to highlight to users that they have altered/entered data but not yet saved it.
I anticipated using 'onChange' to set a flag for each of the fields and then 'onUnload' to check if the flag was set and if so then write an alert to the user.
Is there an accessible way to do the onUnload for the forms given that the <body> tag can't be used in the form code panes? Or some other way to achieve the same goal?
Hopefully someone can point me in the correct direction.
Thanks
Alan
I've done lots of searching but am perhaps searching for the wrong thing!
I have a bunch of pages built using Chronoform which are essentially data capture pages which write straight to tables.They also allow updates to be made after the initial saves.
I'd like to highlight to users that they have altered/entered data but not yet saved it.
I anticipated using 'onChange' to set a flag for each of the fields and then 'onUnload' to check if the flag was set and if so then write an alert to the user.
Is there an accessible way to do the onUnload for the forms given that the <body> tag can't be used in the form code panes? Or some other way to achieve the same goal?
Hopefully someone can point me in the correct direction.
Thanks
Alan