Commerce Payment Select

Component type

module

Maintenance status

Development status

Component created

Component changed

If you are using Drupal Commerce and more than one payment method, the top payment method automatically becomes the default. The user may submit to the payment stage without mentally making the decision of which method to choose.

Normally this is fine, but if you have some conditional fields involved, or some legal reason to FORCE the user to select a payment method this module is for you!

Running Club

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Running Club module is a module created to help manage the members of a club and post results of events to the website.

It has a number of features which will allow website administrators to manage a club of people, with their personal details and emergency contact details. It also allows event nodes and result nodes for events to be created. There is also a contact feature that allows members of the club to be contacted via mass email.

API Services

Component type

module

Maintenance status

Development status

Downloads

432

Component created

Component changed

About API Services

The API services module provides a framework for managing third-party API endpoints using configurable entities.

Developers can then create requests to these endpoints using an API provider implementation, and send the requests using an API client service.

Webform select or other options

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

It extends a "select or other field" on a webform by adding ability to reuse "other" text.

After submiting webform it adds "Other" option into the database, so when you launch your webform again new option will be in the default list of options.

Dependencies

Requires Webform 7.x-4.x.

Form Protect

Component type

module

Categories

Maintenance status

Development status

Downloads

1523

Component created

Component changed

Description

Form Protect is a tiny, simple, non-invasive spam protection for forms. The protection is based on the assumption that spam bots are not running JavaScript when loading targeted forms.

Comparing to other similar modules, this one is only redirecting the submit to a blind page when JavaScript is disabled. Similar modules:

Color thief effect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Uses the color thief PHP lib to calculate the dominant color of an image and stores it as a hex code in file_metadata table.

To use it, simply add the "Color thief" effect to your image style.

Shooting Score

Component type

module

Maintenance status

Development status

Downloads

428

Component created

Component changed

Shooting Score defines a special field type for storing shooting scores that consist of points and bullseyes (e.g. 98.4).

Shooting scores are stored in the database as separate 'points' and 'bullseyes' values which means they can be used individually for sorting views (e.g. sort scores by points, then bullseyes). Also, shooting score fields can be displayed as either the combined score (98.4), just the points (98) or just the bullseyes (4).

Date fields

Component type

module

Maintenance status

Development status

Downloads

838

Component created

Component changed

Description

A simple Form API widget for entering date data using separate text fields for day, month and year. The format of the field uses the site's configured date format in exactly the same way as the default date widget does.

The field supports a #mindate and #maxdate attribute for server side validation. Support for clientside validation, including ensuring dates are valid (e.g. 2015-02-29 will not validate) will be added soon(ish).