Forms Blocks Plugin error on submit

I’m using the Kirby Forms Blocks plugin and I get an error once I try to submit the form in the front end.

“Error sending notification: Call to a member function value() on null”

This used to work but in the past days this error just appeared and could not find why so. I’ve tried to reinstall the plugin, use the default settings but I still get the same error.

If anyone had the same problem or have an idea what’s this error about.

https://raumgestalter.de/kontakt

Looking at the code, that seems to be an issue in the $form->parseString()` method of the plugin. Check the PHP error log for the stack trace to verify and contact the plugin developer.

Edit: I just saw that you have already created an issue.

Thanks for the input regarding parseString. I could debug the issue thanks to that and submitted a pull request.