Re-form

Component ID

1463774

Component name

Re-form

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Re-form provides an interface for modifying the properties of any existing Drupal form. Numerous individual form element properties can be modified directly from the affected form and sets of modifications can be applied by user roles. This module is young and is not recommended for production sites.

Dependencies

Getting started

  • To begin modifying existing Drupal forms install the module and navigate to administer >> structure >> re-form.
  • To enable form revisions, check the box labeled Enable form revisions and click save.
  • Note: The Re-form revisions interface will only be visible to the currently logged in user account.
  • Navigate to the form you wish to modify and click the Re-form link in the upper right corner of the form to display Re-form revision options.
  • Add a new revision to the form by clicking the +Add revision button and completing the form.
  • Once a revision is active on the form, mousing over a form element will display a small settings icon in the upper right corner of that element. Click the icon to see a list of available modifications.
  • Upon clicking on the desired action you will be displayed a form for configuring the given property or action. Complete the form, click next, and review your changes.
  • Note: Tokens for some of the existing form element's properties are available. Enable the Token module to see a list of these tokens in the action configuration interface.
  • While in maintenance mode (with form revisions enabled for the current user) only the currently active revision for a form is executed. The active revision is denoted by a highlighted label in the revisions list.
  • When an end-user visits a form, all applicable revisions will be executed.