statamic-livewire-forms
statamic-livewire-forms copied to clipboard
Supercharge your Statamic forms with Livewire
Results
2
statamic-livewire-forms issues
Sort by
recently updated
recently updated
newest added
I am having an issue with the callbacks for the reCAPTCHA field not being run so the CAPTCHA fails. I narrowed it down to these lines: https://github.com/aerni/statamic-livewire-forms/blob/main/resources/views/default/fields/captcha.blade.php#L30-L38 Which appear to...
Submitting a form throws: Undefined array key "first_name" (fails on first field) Also when `wire_model: live.debounce.150ms` is set for a field in BP - same error when fields looses focus...