Show error response on form
-
I am trying to show error message on form if data fails to POST to third party.
the error message will show what causes the error, as specified in the POST response.
example of this is:**RAW RESPONSE** Array ( [reason] => Could not locate success clause within response [safe_message] => Success Clause not found [clause] => success [response] => {"status":"error",<blockquote>"errors":{"mobile":["invalid number format"]</blockquote>}} )How can I go about this? thank you.
The topic ‘Show error response on form’ is closed to new replies.