Easily build complex forms including fields and elements from multiple entities.
The Flexiform module provides a UI and configuration storage for the creation
of complex forms. The module also allows site builders to configure "Form Modes" on entities, similar to the Drupal 8 site-builder tools.
Want help choosing which form module to pick? Click here
Requirements
Drupal 7.x
Dependencies:
- Entity API
- Views
Installation
Install and enable the Flexiform module as usual.
Getting Started
To start building your forms visit admin/structure/flexiforms and click
'Add Flexible Form'.
Creating a Flexiform
Visit admin/structure/flexiforms/add and enter the Title for your form.
Select a base entity type and base entity bundle using the two drop downs provided. The base entity is the main entity the form deals with, other entities can be added to the form later.
Select a builder to use to build the form. Flexiform ships with 2 builders as standard:
Flexiform Form Builder: This is the main component of flexiform. It allows you to add more entities and custom elements to your form.
Entity Field Form: This builder will render a form containing all of the Field API fields on the base entity and bundle. Adding entities and elements will have no effect when using this builder!
The Comment Interval module provides an advanced action that allows site admins to specify an interval at which to send comment email notifications. For example, an interval setting of 10 will send out a notification email every 10 comments posted on the site. This functionality is useful when comments need approval before being published.
The notification email that gets sent out by this module is sent to the site email address that was specified when you first installed Drupal. This can be changed via the Site Details section of the Site Information administration page.
Requirements
The Comment Interval module requires the Core Comment and Trigger modules, as well as the Contributed Token module.
Usage
1. Comment Interval Configuration
Download and install the Token and Comment Interval modules on your site. Enable the Comment, Trigger, Token, and Comment Interval modules via the Modules administration page.
Enterprise Images is an App for managing images content and displaying image galleries. It is a part of the Open Enterprise distribution but can be installed on any Drupal 7 site.
Features
image content type using media fields
image gallery view page and block of events that can be filtered by categories
categories block view
Installation
Install the module and dependencies. There are three ways to install using Drupal 7:
Do a traditional install by downloading all the modules from Drupal.org and follow instructions