You are here

README.txt in FormAssembly 7

FormAssembly is a module to synchronize form metadata from FormAssembly.com to the drupal database.

The forms are retrieved via rest api at the time of display.  They may be embeded in content as an
entityreference field:
    Target: FormAssembly Form
    Mode: Simple (with optional filter by bundle)
     -- Sort property: name
     -- Sort direction: ascending

    Configure the display to:
    Label: Hidden
    Format: Rendered Entity
      -- View mode: FormAssembly Markup
      -- Show links: no

Forms are also available on their own url at formassembly/%entity_id%

The user will need to configure the module to use the appropriate OAuth credentials
(provided by FormAssembly.com).

Module configuration page: /admin/config/services/formassembly

File

README.txt
View source
  1. FormAssembly is a module to synchronize form metadata from FormAssembly.com to the drupal database.
  2. The forms are retrieved via rest api at the time of display. They may be embeded in content as an
  3. entityreference field:
  4. Target: FormAssembly Form
  5. Mode: Simple (with optional filter by bundle)
  6. -- Sort property: name
  7. -- Sort direction: ascending
  8. Configure the display to:
  9. Label: Hidden
  10. Format: Rendered Entity
  11. -- View mode: FormAssembly Markup
  12. -- Show links: no
  13. Forms are also available on their own url at formassembly/%entity_id%
  14. The user will need to configure the module to use the appropriate OAuth credentials
  15. (provided by FormAssembly.com).
  16. Module configuration page: /admin/config/services/formassembly