Hi,

I'm needing to add images to each option within the select component. I've tried to implement plupload without success (kept getting an error). Any ideas of the best way to go about doing this? Is there a way, or is the best way to upload images to a central area and then allow them to select these images on the component edit screen instead of trying to upload them from their?

Thanks,
Craig

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

HTML does not support embedding images within a <select> tag, however I think you can use images on individual radio buttons. Webform shouldn't prevent you from using <img> tags in the labels for radio buttons, but we don't have any support for uploading images directly into a Webform component. I would suggest using CSS in your theme to display any images you would like to attach to individual radio button options.

Considering this request is almost 6 months old I'm going to close the issue directly. Please reopen if you have further questions on this topic.