Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1545 Vistas

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
Descartar
Autor

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

Mejor respuesta

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
Descartar