Craftform
Info
Info
INFO.md
If there is a file INFO.md at the same location of the craft definition,
it can be displayed on a first step.
You need to set the step_info field to have the file INFO.md fetched !
wizard:
messages:
step_info: "" # You need it to have the file INFO.md fetched
Wizard messages
A custom message can be set for each wizard step:
wizard:
messages:
step_info: |
Ceci est un message d'aide très **important**.
Il peut contenir des images:

ou tout autre contenu au [format Markdown](https://www.markdownguide.org/)
step_drop_file:
#Je dépose mon fichier excel
Je dépose les attestations de mes collaborateurs ayant suivi une même formation
# autres messages possibles:
step_input: Message 'step_input'
step_check: Message 'step_check'
step_template: Message 'step_template'
step_preview: Message 'step_preview'
step_finalize: Message 'step_finalize'
step_finalized: Message 'step_finalized'