Josh Crawford

Results 1534 comments of Josh Crawford

Do you have `devMode` enabled on this site? I've seen these generic errors come from all sorts of different places, but often show this generic message.

Ah, thanks for confirming that. I think the real issue here is that the submission is marked as incomplete, so typically no email notifications or integrations can be triggered on...

Updated in [2.1.21](https://github.com/verbb/formie/releases/tag/2.1.21)

Interesting. So that [commit](https://github.com/verbb/formie/commit/67b5ec3ddce25c1b7ce12231924c41f3711f2a92) was about failing to send the email address correctly at all, it simply wasn't being sent. I was working with an agency on Opayo and some...

Just to be clear, if you manually modify that line from: ```php $payload['customerEmail'] = $this->getFieldSetting('billingDetails.billingEmail'); ``` to: ```php $payload['customerEMail'] = $this->getFieldSetting('billingDetails.billingEmail'); ``` That makes the error go away and the...

Thanks for confirming, fixed for the next release. To get this early, run `composer require verbb/formie:"dev-craft-4 as 2.1.20"`.

Fixed in [2.1.21](https://github.com/verbb/formie/releases/tag/2.1.21)

Following up in https://github.com/verbb/formie/issues/2351

Fixed for the next release. To get this early, run `composer require verbb/formie:"dev-craft-5 as 3.0.9"`.

@samuelreichor Note that this isn't in a released version (I'll get it out shortly) as `dev-craft-5 as 3.0.9` and `3.0.9` aren't the same thing.