Closed agilewarealok closed 6 years ago
@agilewarealok Thank you for the great explanation.
May I ask what version of the integration are you using?
What you mention I've already addressed, and most api calls to Civi are wrapped in try/catch block and moved the processing to the pre_processor
callback where needed, see 7f340280fa08a3b2598578024b5e52dd653a17a2.
The form processing stops and an error is displayed.
I'm unable to reproduce the error, see image attached.
@mecachisenros Thank you for the reply. Yes it looks like it has been fixed in 0.4.3 and we're using 0.4.2 We will update the plugin from our end. Closing this issue as it has already been fixed in latest version.
CiviCRM refuses to process the submission with invalid data (e.g. Contact's first name greater then 64 characters) and Caldera does not respond to this error at all. The Caldera form will remain in a "submitting" state, with no feedback to the end user about the error.
Steps to reproduce
Our Approach to fix the issue
Agileware is happy to contribute some time in fixing the issue.