on submit client script is not working
Hi All, onsubmit client script is not working function onSubmit() { var gr = g_form.getValue('action'); if (gr === 'sharing') { alert('Chandan Patra'); return false; // Prevents form submission } return true; // Allows form submi...