jimmy
10/22/2020, 9:05 PMChris
10/22/2020, 9:06 PMjimmy
10/22/2020, 9:08 PMerictgrubaugh
10/22/2020, 9:10 PMthrow
from a beforeSubmit
erictgrubaugh
10/22/2020, 9:10 PMjimmy
10/22/2020, 10:02 PMerictgrubaugh
10/22/2020, 10:03 PMfunction beforeSubmit(context) {
if (!yourConditions) {
throw "Conditions not met.";
}
}
erictgrubaugh
10/22/2020, 10:04 PMthrow
whatever you want https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/throwerictgrubaugh
10/22/2020, 10:04 PMN/error
jimmy
10/22/2020, 10:42 PM