How to Autosave form every 5 seconds while typing short description.
This Onload Client script autosaves the form(record) every 5 seconds while typing short description. function onLoad() {//Use the 'onkeyup' event to check the 'isMaxLength' function//Get the controlvar control = g_form.getControl('short_description')...
