Advertising sustains the DA. Ads are hidden for members. Join today

On this page

JQuery Colorpicker for Drupal 7

Last updated on
30 April 2025

The Drupal 7 branch of Jquery Colorpicker offers a form element than can be included in any form in this way:

$form['element'] = array(
  '#type' => 'jquery_colorpicker',
  '#title' => t('Color'),
  '#default_value' => 'FFFFFF',
);

This module includes Field API integration. A colorpicker field can be added to any content type with the JQuery Colorpicker widget

Installation guide

  1. Install http://drupal.org/project/libraries
  2. Install the module as you would any other Drupal module
  3. Go to www.eyecon.ro/colorpicker/ and download colorpicker.zip.
  4. Extract the the zip file content to the colorpicker folder in your libraries folder.
  5. If you have extracted the contents right, the following filepath should exist: [path to libraries folder]/colorpicker/js/colorpicker.js

Help improve this page

Page status: Not set

You can: