aryehraber / statamic-captcha

Statamic Addon that protects your Statamic forms using a Captcha service.
MIT License
11 stars 8 forks source link

Undefined property: Statamic\Events\FormSubmitted::$submission #3

Closed curtisblackwell closed 4 years ago

curtisblackwell commented 4 years ago

When submitting my form, I get this exception. Here it is on Flare.

$event's only property is form. I know to get the form's handle, you can do this: $event->form->form->handle(), but I don't know what the value of $submission is supposed to be, so I can't submit a PR to fix.

aryehraber commented 4 years ago

@curtisblackwell Hmm, what version of Statamic are you on? As of v3.0.1 they added a submission property.

curtisblackwell commented 4 years ago

Ah, yep. Forgot I wasn't on the latest version. Thanks Aryeh!