v3.2.29
What's Changed
- refactor Designer
Changelogs and Releases Notes for Bolt Pro: Form builder for your users, with so many use cases, use it as a FilamentPHP plugin.
add this to zeus-bolt
to control the cache for presets
'should_cache_preset' => env('BOLT_CACHE_PRESET', true),
add this to zeus-bolt.php
/**
* the preset comes with a demo forms:
* a Contact form and Ticket support form.
* if you dont want them, feel free to set this to false
* */
'show_core_presets' => true,