This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Modern Modal for Ninja Forms

Kuvaus

A modern lightbox modal integration for Ninja Forms. Fully updated to work with the latest WordPress, PHP, and Ninja Forms versions.

Features

  • Opens any Ninja Form inside a modern, animated modal.
  • Fully responsive with mobile-friendly behavior.
  • Accessible: focus trap, keyboard navigation, and ARIA roles.
  • Simple shortcode integration.

Usage

Add the shortcode where you want your modal button to appear:

[nfmm_modal id=”1″ text_link=”Contact Us”]

Attributes:
* id — Required. The ID of your Ninja Form.
* text_link — Optional. The button text. Defaults to ”Open Form”.

Accessibility

  • Uses role="dialog" and aria-modal="true".
  • Focus is trapped inside the modal while open.
  • ESC closes the modal.
  • Focus returns to the triggering button when closed.

Developer Notes

  • Styles are located in /css/modal.css.
  • Scripts are located in /js/modal.js.
  • Shortcode logic in /includes/shortcodes.php.

License

This plugin is licensed under the GPLv2 or later.
You’re free to modify and redistribute it under the same license.

Asennus

  1. Upload the modern-modal-nf folder to /wp-content/plugins/.
  2. Activate the plugin in Plugins Installed Plugins.
  3. Add your shortcode where needed.

Arvostelut

There are no reviews for this plugin.

Avustajat & Kehittäjät

“Modern Modal for Ninja Forms” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

“Modern Modal for Ninja Forms” has been translated into 1 locale. Kiitoksia kääntäjille heidän työstään.

Käännä “Modern Modal for Ninja Forms” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Muutosloki

1.0.0

  • Initial release.
  • Fully responsive modal with Ninja Forms integration.
  • Basic accessibility improvements.