mult_insert

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

`multiupload_imagefield_widget.module` provide great widget to upload multiple images, (at the time this module created) but it does not support `insert.module`. This tiny module does that.

Code

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates a new field called Code. This field allows users to enter code in various data format such as PHP code (the field will collect the returned value), INI format, JSON format, XML format, and YAML format.

This module also adds field formatter which enables the Code field to output various code formats, which are the conversion results of original entered code text. This code output can be configured to only output specific data formats.

Creditfield

Component type

module

Maintenance status

Development status

Downloads

5125

Component created

Component changed

Creditfield is a small proof of concept module that provides 3 FormAPI elements to be used in the Drupal Form API for custom forms:

  • Credit Card Number
  • Credit Card Expiration Date
  • Credit Card CVV

These fields provide basic validation and form errors on their own (including Luhn check against card number). You could easily add more within your own form validation callbacks as well.

To use them in your custom Drupal form, simply define a form item like so:

Before/After image formatter

Component type

module

Maintenance status

Development status

Downloads

3158

Component created

Component changed

Before/After image formatter provides a field formatter for image fields.
This module was created after the example of the NY times article In the Future, the City’s Streets Are to Behave.

1.x version

Before/After image formatter depends on the beforeafter jQuery plugin.

civicrm_field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Implementation of the Field Type API and Field Storage API for CiviCRM data.

Allows CiviCRM data to be collected from Entity (node, user, etc) forms an displayed with those entities.

Webform Autocomplete

Component type

module

Categories

Maintenance status

Development status

Downloads

24086

Component created

Component changed

This module extends the Webform module by adding a new component type: Autocomplete.

An autocomplete is a textfield that automatically suggests values as the user types. You may pre-populate your autocomplete with values, and/or it can suggest values from previous submissions.

Yes this module is compatible with Form Builder!

Image Hyperlinks

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds a div to image field display containing HTML and/or BBCode for the image depending on image field format settings. Creates code to be shared with Blogs and Websites.