There is no error returned
-
I’m so stoked about this, I read the code. Good stuff. I just wanted to note that if processors return an array in Caldera Forms, that is interpreted as a processing error.
So it your catch block, you could do something like this:
return array(
‘type’ => ‘error’,
‘note’ => $e->getMessage()
);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘There is no error returned’ is closed to new replies.