Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Forms & Blueprints

Image included in the form

form

Solved by pamtbaau View solution

Started by Daniel Dobiášovský 3 years ago · 2 replies · 343 views
3 years ago

I am creating a form that should contain two images, I am working with

YAML
contents:
             type: section
             title_level: p

like h1, p, div...

However, img or image type simply does not work for me and if it does, I cannot fill it with the correct path to the image, I tried path:, src:, url:...

I would assume it would work like this:

YAML
contents:
       type: section
       title_level: img
       url: /templates/images
       classes: col-12

I can't believe I can't figure it out, but it's been two hours now and I still haven't found the correct format.

Please, how can I generate an image in the form?
Thank you for your help.

3 years ago Solution

@Deight, field section does not allow Markdown as a value for property title. But field display does and might fit your needs...

YAML
form:
  name: myform
  fields:
    displayfield:
      type: display
      size: large
      label: Show me an image
      markdown: true
      content: "![My Image](/user/themes/quark/images/favicon.png)"

image|690x272

The value of property size is just a class added to the outer element and can be used to resize the image using css.

👍 2
last edited 10/31/23 by pamtbaau
3 years ago

Thank you very much, I was expecting a simpler procedure, but the main thing is that it works. Thank you once again!

👍 1

Suggested topics

Topic Participants Replies Views Activity
Forms & Blueprints · by Ton Haarmans, 5 years ago
13 1138 4 months ago
Forms & Blueprints · by Hugo Oliveira, 5 months ago
0 61 5 months ago
Forms & Blueprints · by Flachy Joe, 6 months ago
9 135 6 months ago
Forms & Blueprints · by Augustus, 7 months ago
7 110 7 months ago
Forms & Blueprints · by Julien, 7 months ago
10 129 7 months ago