miking-the-viking/FormidableForms

Wizard

Opened this issue · 0 comments

Wizard Form implementation and sample.

  • New Class for Wizard Step that can either extend FormidableField or alter the definition of FormidableForm's fields[] array to contain the new type also. (Preferable to simple extend the FormidableField
    • Wizard Field Type: Simple - This is just a single FormidableField, valid completion of the field will allow for progression through the Wizard
    • Wizard Field Type: "FormidableForm" - The closest thing to it is a basic form, which is just an object with an array of fields[].
  • Sample for Wizard
    • Demonstrating simple field/step
    • Demonstrating complex field/step
    • Demonstrating conditional fields/steps