Josh Crawford

Results 1389 comments of Josh Crawford

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

I'll have to look into this, but new submissions will need to be scoped to the form they're made one. Multiple submissions for multiple forms as once certainly won't be...

Can you try running `./craft project-config/rebuild` from the command line at the root of your project?

@carolineboeykens Scheduled for 2.1.x (likely timed for early next year).

So just to clarify `Submission::EVENT_AFTER_SUBMISSION` is only ever triggered on the **final** page of a multi-page form, and for a single-page form, the only page. `Submission::EVENT_AFTER_INCOMPLETE_SUBMISSION` can be used to...

I will mention that the `Submission::EVENT_AFTER_INCOMPLETE_SUBMISSION` did actually return early as soon as it was triggered, preventing `Submission::EVENT_AFTER_SUBMISSION` from being fired. This _might_ be the cause of the discrepancy. My...

So `Submission::EVENT_AFTER_SAVE` is the element-level event (inherited by all Craft elements), and is fired every time the submission is saved, whether in the control panel, programatically , through the front-end,...

Thanks for the clarifications and checking all that. I'll do my best to replicate what you're seeing on your end, although I have yet to so far.

Yep, this has been on my list for a while. I actually thought there was an open issue for this already, but I can't seem to find it. But yes,...

Ah, handy @superflausch! I've tested the forms for your database and on PHP 8.1, and it's all working correctly for me. ![image](https://user-images.githubusercontent.com/1221575/180121851-22eb36b6-e59b-417d-b6cf-b2cf5268cf77.png)