variety of premium plugins

Learn More

bolt

you are reading the documentation for version v3
to check your version use: composer show lara-zeus/bolt

Embed the Form

Lara Zeus Bolt forms are simply a livewire component, you can embed it in any page.in your frontend or filament pages.

to embed the Form in any blade page, simply use:

<livewire:bolt.fill-form slug="feedback" inline="true" />

if you have an extension linked to your form, you can pass in the extensionSlug

<livewire:bolt.fill-form slug="feedback" extensionSlug="printers-department" inline="true" />

and this is how the form look in an empty page.

Embed in the Sky

if you are using our package Lara Zeus Sky, you can embed the forms by using the code:

<bolt>formSlug</bolt>

Sharing on the Web

with bolt pro, and for your user's convenience, we added a new tab in the form to make it easy to copy the code.

read more about it in Bolt Pro share-form