The Local Forms module for DrupalGap.
- Download
- Browse code repository
- Issues (0)
- Star Gazers (0)
- Forks (1)
- Updated: 2015-08-24
Drupal Core:
- 7.x
local_forms
The Local Forms module for DrupalGap.
Usage
In your settings.js
file, specify what form id(s) will have be enabled for use
with the Local Forms module. For example, this enables the usage of Local Forms
on Webforms:
drupalgap.settings.local_forms = {
forms: ['webform_form']
};