Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Bootstrap Modal Forms is a Drupal 7 module that utilizes Twitter Bootstrap's modal component as a way of presenting common/custom Drupal forms. If there is a given link to a form page (e.g. user/login), the link becomes a button to open the form in a modal. The module also provides an API to allow for other custom forms to be rendered into modals across the site automatically.

The module currently requires:

  1. An active theme that uses Bootstrap 2.3.2 (or higher)

The module also renders only these forms at the moment:

  1. User Login
  2. User Registration
  3. User Password

Here is a link to the sandbox module: https://www.drupal.org/sandbox/bhasselbeck/2167991

Project information