Field Pseudo

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Background

You have to make a new Content Type called "Questionnaire" which have 100 questions and it means you must create 100 fields.
Are you sure to do that?
This module help you so that you just need to create one field.

Related Module

https://www.drupal.org/project/pseudo_field
https://www.drupal.org/project/yamlfield

Views geofield raw

Component type

module

Maintenance status

Development status

Component created

Component changed

Alternative field handler for using geofields as data sources in maps.

When a view contains Field API fields, their field handler will load the field's corresponding entities, which might not be desirable if the map contains many points.

This field handler prevents loading the entities associated with the geofield, and can thus give dramatic performance improvements, providing no other field in the view will load the entity.

Created for use with leaflet_views. Not tested on anything else.

Floor_Manager

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Designed originally for a craft fair style site, this module adds a field type for setting up a grid. The intent is to design a floor plan using the grid and sorting it so the values of the grid is where you would like to add your users. Once done a floor manager tab is added to allow for adding users to the grid.

Text Radios

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This allows you to have a text field plus an integer value selected in radios then display it in a pretty table. @TODO: the widget should also be a table.

AES Field Encryption

Component type

module

Categories

Maintenance status

Development status

Downloads

17

Component created

Component changed

AES Field Encryption is a Drupal module that provides the functionalities for encrypting:

  • Fields
  • User name
  • User mail address

And sending a notification mail to users by roles.

This is module depends on the AES Encryption module(https://www.drupal.org/project/aes) for encrypting and decrypting field content.

Install this module like any other module. Field encryption settings are made on the field edit page.

IEF Options

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides options to inline entity form widgets:

  • Container type: fieldset or div
  • Default values: default values to use in inline entity form, can be set per bundle
  • Hidden fields: hide fields in inline entity form, can be set per bundle (required fields must have a default value)

Date Formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sometimes you need to create date input field but not restrict user to enter in a particular format. Yes it's now possible with the help of this module. This module let user's to input their date in any kind of form and when user blur the field it automatically convert date into admin's desired format. Let's take an example, suppose user input date like 31/12/2015 or 12/31/2015 or 2015/31/12 or 2015/12/31 or 31-12-2015 or 12-31-2015 or 2015-12-31 etc., this program will convert all of them into 12/31/2015 (as admin set it to mm/dd/yyyy format).