On this page
Zeus Bolt Pro
Advanced Forms management, More Filtering, Presets, and New Fields for Bolt the form builder
Features
- New Fields Types
- Advanced widgets and stats
- Forms API
- Custom colors and branding per form
- Presets: create Forms with pre defined templates, or from existing forms
- Prefilled Forms URLs
- Advanced Widgets
- Sharing and embedding the form
here
Get Bolt Pro fromInstallation
To install bolt, you only need to require it in your composer by running the command:
1composer require lara-zeus/bolt-pro
make sure to clear the cache after the installation completed.
and that is all :).
you will get more details after you purchasing the package.
Configuration
add these configuration keys to zeus-bolt
config file:
1// if you want to disable the preset button2'allow_design' => false,3 4// to disable the theming tab5'show_presets' => false,