Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1569 Visninger

I would like to make a list of items in the forms to choose from, like samples for the client to select from; so this won't go under e-commerce, but under a form, with an example of questions like:

- Wood type: list the types of wood + picture to see how they look like

- Color: list of colors with picture 

- Fabric: same idea

Then the client can choose the list of samples and the form will go to CRM under opportunity...

So far, I can't add a picture to select or checkboxes options. Any tips?

PS: In google forms it is available by default...

Avatar
Kassér
Forfatter

Thank you Brain Station; I will try that...

Bedste svar

You can introduce model for sample that contains field to describe options also include a image type field. Then you will create  a one2many relation the model of you desired form. Then create a tree view of sample model, in the view include the widget="image" in the image field tag.

Avatar
Kassér