Adding a new input field to an existing form

If you want to add a field to an existing form

  1. you have to add it to a contenttype
  2. add it to the corresponding template view
    look at the default templates for a reference
  3. and deploy it

Creating an own custom form

If you want your own form you have to do some customizations.

  1. Create a new content type
  2. Add Fields
    content-type-02
    The fields below TechnicalDetails are required
    If you want to use a file upload, please read the additional information
  3. Add a new workflow and fill at least the fields on the image
    You need the WorkflowId in your View.
  4. Create a new view, select the configuring content type at Content Specs
  5. Insert the module in the desired page
  6. Choose the previously created template
  7. Now you can edit the template to your specifications.
    It is advised to look at the default templates for a reference on how a typical mobius form is structured