Fields
Actions
Docs
Configuration
Fields
Actions
Options allow you to finetune the behaviour of DreamForm. You can set them in your config.php
. This is not a comprehensive list of all options, but only general ones. You can find options related to entities (Fields, actions & guards) in their respective page.
Required
tobimori.dreamform. | Default | Accepts | Description |
---|---|---|---|
tobimori.dreamform. secret |
Default
null |
Accepts
string|callable |
The encryption secret used to encrypt & decrypt published values |
Optional settings
tobimori.dreamform. | Default | Accepts | Description |
---|---|---|---|
tobimori.dreamform. mode |
Default
'prg' |
Accepts
'prg'|'api'|'htmx' |
Set the submission mode for all form submissions |
tobimori.dreamform. multiStep |
Default
true |
Accepts
boolean |
Enable or disable multi-step forms |
tobimori.dreamform. storeSubmissions |
Default
true |
Accepts
boolean |
Whether to store submissions as pages in Kirby |
tobimori.dreamform. debug |
Default
fn () => option('debug') |
Accepts
boolean|callable |
If enabled, sensitive errors are shown on form submission |
tobimori.dreamform. layouts |
Default
['1/1', '1/2, 1/2'] |
Accepts
array |
Enabled layouts for the form builder |
tobimori.dreamform. page |
Default
page://forms |
Accepts
string |
The page where all forms are stored |
tobimori.dreamform. integrations.gravatar |
Default
true |
Accepts
boolean |
If enabled, submissions with email fields fetch an avatar from Gravatar to show in the panel |