Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

inline_popup_field_group

30 sites No security coverage
View on drupal.org

Contents of this file

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Maintainers

Introduction

The Inline Popup Field Group defines a custom display mode for Drupal Field Group.
The base idea was to use Popup field group, but it doesn't work for me.
In my use case, I need to manage fields as popups inside nested paragraphs.
The Popup field group makes use of the Drupal.dialog JS library.
From what I've seen, using it in nested paragraphs results in the dialog removing the original fields, leaving the saved node without this information.
This module keeps all fields in a fieldset, hiding it and adding buttons to show/hide the fieldset.
This ensures that all fields remain on the page, retaining all information when saving the node.

Requirements

This module requires the following modules:

Installation

Install the Inline Popup Field Group module as you would normally install a contributed
Drupal module. Visit https://www.drupal.org/node/1897420 for further
information.

Configuration

Use this module in your form display as you would with all other Field Group modules.
Add a new Popup Fake container and move inside each field you need.
Please use Link text to define the title of the button on the page.

FAQ

Q: Can I define a custom style for my Popup?

A: Yes, you will find everything you need in this module. The module has a ready gulpfile to compile the SCSS file that is in assets/scss.
Please install all the requirements with npm install and then run gulp with gulp watch. Now you can change everything you need in assets/scss/inline_popup_field_group.scss

Activity

Total releases
2
First release
Feb 2025
Latest release
7 months ago
Release cadence
202 days
Stability
100% stable

Releases

Version Type Release date
3.0.0 Stable Aug 25, 2025
1.0.0 Stable Feb 4, 2025