Skip to content
Snippets Groups Projects
Select Git revision
  • 1.1.4
  • 1.x default
  • 1.1.6
  • 1.1.5
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.18
  • 1.0.17
  • 1.0.16
  • 1.0.15
  • 1.0.14
  • 1.0.13
  • 1.0.12
  • 1.0.11
  • 1.0.10
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • 1.0.6
21 results

entity_form_steps

  • Clone with SSH
  • Clone with HTTPS
  • Robert Phillips's avatar
    Rob Phillips authored
    3bffc9e6
    History

    Entity Form Steps

    Create multistep forms using field groups on entity form displays. Easy setup and configuration! Fully compatible with any configurable form display mode and entity type. Customizable buttons and labels for each step. Additional customization opportunities using the available hooks.

    Caveats

    1. Multistep forms are only supported on the default translation entity form.
    2. User account forms depend on the https://www.drupal.org/project/drupal/issues/3328962 patch.

    Dependencies

    Usage

    1. Download and install the drupal/entity_form_steps module. Recommended install method is composer:
      composer require drupal/entity_form_steps
    2. Go to the "Manage form display" tab of the desired entity type.
    3. Click "Add field group" on the desired form mode. Select "Form step" in the dropdown.
    4. Review the available configurations and create the group.
    5. Use the drag-and-drop table rows to place fields into the form step field group.
    6. Repeat as many times as needed.