Hey, first of all thanks a lot for this module! I just started playing around with it but it seems to be awesome. I'm implemening the mforms component and when the module is disabled it fails on

Provide store class. [MformsFormStateStore]: MformsSessionStore
Provided store class does not exists.

This is because i forgot to enable the module. I think it would be better to or enable the module automatically, show a better message or return a warning after step one.

Comments

blueminds’s picture

Project: Genova » Multi-step forms
Assigned: Unassigned » blueminds

Moving the issue into mforms project.

The thing is that component class is found, what is however not found is the associated classes called within the component as the component itself relies on them.

So what we need to do is in the validateInputs() method make sure mforms is enabled. Even if we do not use classes provided by mforms, it does not make sense to extend it unless it is enabled.