Hi!
Is it possible to make a dropdown menu with a thumbnail in each option? or in other types of flieds?
for example I have a list of colours and I would like to show the colour exactly how is next to the name of the color.
Thank you!
Hi!
Is it possible to make a dropdown menu with a thumbnail in each option? or in other types of flieds?
for example I have a list of colours and I would like to show the colour exactly how is next to the name of the color.
Thank you!
You'd be better off using either a checkbox or a radio field for this (depending on if you want a user to only be able to select one or multiples).
In the label for each option, you can place HTML - so you can path to an image swatch of the color. You could also use CSS to style the background of that option with a color as well.
Gravity Forms doesn't support this, but using hooks and a JQuery plugin, you might be able to figure it out. A quick search led me to this:
http://www.marghoobsuleman.com/jquery-image-dropdown
It won't be easy to integrate/create, but it is possible.
:)
I will try the first option, because the second one seem to much difficult for me and my skills. Anyway thank you for the ideas.
Closed issue!
Good luck, and let us know if you come across anything else you'd like a hand with. :)