Hi,
I have a custom JS on a form to do some field manipullation and I am using
function dffs_PreSaveAction(){
…field manipulation…
return true;
}
It seems if set to true; then it will always “save” – even if required fields have not been entered.
Is this a bug? OR, how do I modify the script to return false if required fields are not entered?
Thanks!
/Marcus