Chris

Results 5 comments of Chris

@craue > True. So the issue is how to catch the error and add it to the form nicely? You could actually just do exactly that: > > ``` >...

@craue Do you have a suggested way to add form errors to inputs?

See issue #376, I create a new button to save the progress of the form. Might help you get started.

I do something sorta similar see issue #376

Have you tried to use the entity manager to get the saved data and replace the current form data with that before going to the next step? That is probably...