Active
Project:
Multi-step forms
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
4 Jun 2013 at 14:25 UTC
Updated:
6 Jun 2013 at 11:28 UTC
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
Comment #1
blueminds commentedMoving 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.