Color Picker in WebForm Drupal 7
Hi Gurus, I have the necessity to insert a color picker into a webform as field. Someone know if there is some module that already do it? If didn't could you help me to define how to do it? Thanks Nicola -- Nicola Bisinella
hi, On 28 June 2011 19:35, Nicola <nirvana98@gmail.com> wrote:
Hi Gurus, I have the necessity to insert a color picker into a webform as field. Someone know if there is some module that already do it?
we just developed a colour picker field for a client project, but haven't gotten around to contributing it to drupal.org yet. i'll follow up tomorrow and upload it. cheers justin
Hi Nicola, A quick google around suggests that there is no module that makes such integration easy, but I would suggest the following approach: 1. Find a module that provides a colour picker element, google suggests either: http://drupal.org/project/colorpicker http://drupal.org/project/jquery_colorpicker Note that the former doesn't have a Drupal 7 release, though it does have an issue with a possible port, but the second project does have a D7 release. 2. Learn how to integrate the form component with webform, useful documents looks to be here: http://drupal.org/node/886014 But you are possibly on your own here a little as the documentation possibly isn't as complete as it could be (whose documentation is eh?) 3. Contribute the patch for the webform integration back to the project you integrated with, details of the process are here: http://drupal.org/patch/submit Hope that helps. Regards Steven Jones ComputerMinds ltd - Perfect Drupal Websites Phone : 024 7666 7277 Mobile : 07702 131 576 Twitter : darthsteven http://www.computerminds.co.uk On 28 June 2011 10:35, Nicola <nirvana98@gmail.com> wrote:
Hi Gurus, I have the necessity to insert a color picker into a webform as field. Someone know if there is some module that already do it? If didn't could you help me to define how to do it?
Thanks Nicola -- Nicola Bisinella
For an example implementation, the field example in the Examples project<http://drupal.org/project/examples>(D7) has a color picker that uses the core "Farbtastic" library. It's quite straightforward and might be a useful starting place. -Randy On Tue, Jun 28, 2011 at 3:58 AM, Steven Jones < steven.jones@computerminds.co.uk> wrote:
Hi Nicola,
A quick google around suggests that there is no module that makes such integration easy, but I would suggest the following approach:
1. Find a module that provides a colour picker element, google suggests either: http://drupal.org/project/colorpicker http://drupal.org/project/jquery_colorpicker
Note that the former doesn't have a Drupal 7 release, though it does have an issue with a possible port, but the second project does have a D7 release.
2. Learn how to integrate the form component with webform, useful documents looks to be here: http://drupal.org/node/886014 But you are possibly on your own here a little as the documentation possibly isn't as complete as it could be (whose documentation is eh?)
3. Contribute the patch for the webform integration back to the project you integrated with, details of the process are here: http://drupal.org/patch/submit
Hope that helps.
Regards Steven Jones ComputerMinds ltd - Perfect Drupal Websites
Phone : 024 7666 7277 Mobile : 07702 131 576 Twitter : darthsteven http://www.computerminds.co.uk
On 28 June 2011 10:35, Nicola <nirvana98@gmail.com> wrote:
Hi Gurus, I have the necessity to insert a color picker into a webform as field. Someone know if there is some module that already do it? If didn't could you help me to define how to do it?
Thanks Nicola -- Nicola Bisinella
-- Randy Fay Drupal Module and Site Development randy@randyfay.com +1 970.462.7450
participants (4)
-
justin randell -
Nicola -
Randy Fay -
Steven Jones