Forms Module

Functions & Variables

The Forms Module features the following functions:


forms.get(callback) - back to top

This function will return the raw Mustache-compliant HTML syntax for forms from $.fn.blockstrap.snippets.form.

- back to top


forms.input(options) - back to top

This functon returns a rendered HTML input using the options as field options for the form.

- back to top


forms.process(data, form) - back to top

This function returns a rendered HTML form using Mustache.

It takes the supplied data and uses forms.get as the default HTML, which can be overriden via form.

- back to top


  1. Related Articles
  2. Back to Modules
  3. Accounts
  4. API
  5. Buttons
  6. Contacts
  7. Blockchains
  8. Data
  9. Filters
  10. Forms
  11. Security
  12. Styles
  13. Templates
  14. Table of Contents