Add pictures in forms/options

Hi there,

I have a formular with severeal options that can be chosen. I would like to add an image/foto for each option. Currently I see no chance to combine text and image within one field.

Is that possible?

Thanks for feedback

Angela

Hello @Angi,

If you want to add an image for the values of a single field, that is currently not supported, unfortunately. There isn’t any property type that can store multiple images; each form field is referring to a property type.

You can however drag and drop an image module into the from (available in the left sidebar). That would be the only workaround.

Hope this helps!

Thanks Karsten. That helps!

Hi @Angi there is no easy solution, only a “nerd-solution” via CSS and Hubspot Professional. Hubspot creates great HTML/CSS-Code and adds a “data-reactid”-property to the html-elements. With this information you may be able to add your icon/image via CSS, using ::before (::before CSS pseudo-element - CSS | MDN) and content (content | CSS-Tricks). So, for your design wish you need the option “Create, edit, and attach CSS files to style your site” in an Hubspot Professional. Using forms you can use then this function: Legacy-Formular auf einer externen Website einrichten und formatieren

Thanks Matthias, I am not that nerd but I have nerds around me :slightly_smiling_face:

We will try!