EntityForm Null Storage

Component type

module

Categories

Maintenance status

Development status

Downloads

1176

Component created

Component changed

Overview

Allows turning off storage of entity Form submissions on a per form-type basis.

Features

  • Optionally turn off storage of submissions.
  • Integrates with EntityForm notifications - so field values still can be found in mail messages, even though data isn't persisted.
  • Ideal for sites that have strict privacy rules where storage of data is sub-optimal.

Requirements

Entity form

Known problems

Please use the issue queue to report problems.

DaData

Component type

module

Maintenance status

Development status

Component created

Component changed

The DaData module allows to use the DaData suggestions with names,
addresses, information about organization when entering data using text
fields on your site.

For more information about suggestions, visit the project page:
https://dadata.ru/suggestions/

The module implements Form API element types, Field API field types and
widgets for text fields with support of DaData suggestions.

-- [RU] --

IBAN Validation

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is an expansion on the Webform Validation module.
The purpose of the module is to validate an accountnumber and if it isn't a IBAN than it automatically transforms it to an IBAN.

At the moment it's still a very basic module . The idea is to transform the field value to the IBAN directly but that will be changed later on.

Installation

Aggregated Field

Component type

module

Categories

Maintenance status

Development status

Downloads

1050

Component created

Component changed

This module defines a field which aggregates values of other multi-valued field into one value of the field.
The following aggregations are available:

  • First item of the field
  • Last item of the field
  • Minimum item of the field
  • Maximum item of the field
  • Computed by the custom function

The possible usage of the aggregated field:

  • Views sort filter which must be performed by single-valued field but the real data field is multi-valued

Issuu Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a new field type and integrates with the Issuu API to upload "Issuu's" from drupal to Issuu and returns the embed code via a field formatter. This module is based off the scribdfield module, but updated for use with Issuu.

Field Update

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Field Update allows fields to get updated, the moment the field content changes. Updates get send using HTML5 WebSockets, so updates appear immediately. Older browsers, which don't support WebSockets can use an Ajax-Fallbach. Field Update can be enabled per field.

In order to use WebSockets, you have to use WebSocket-Server, that communicate with the clients and your Drupal installation.

This module includes a very basic node.js WebSocket-Server to get started.