Function to be called and returned by submission functions to indicate failure.
Messages indicating why the form submission failed
if (!response.ok) { return submissionFailure({_: ["failed to submit"]});} Copy
if (!response.ok) { return submissionFailure({_: ["failed to submit"]});}
Function to be called and returned by submission functions to indicate failure.