ImagePicker provides a custom form field to use in the Form Designer.
Easily add a field to any form allowing the user to select an image (or images) from a number of options. You can specify a directory of images to use, or provide the image urls and option values, or a function returning suitable images - placeholder kitten examples in include.php
The option value is saved to the item form field (whatever you named it in Form Designer) so you can then use that in your templates.
ImagePicker module changelog
Version 1.0.3:
- Change: Updated example placekitten urls
- Change: Updated jQuery plugin to version 0.2.4
- Change: Module category changed to "forms"
- Change: Css change added -user-select: none;
- Change: Added module license field
- Change: A slightly nicer icon
- Change: Added changelog.txt