On this page
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:
1<livewire:bolt.fill-form slug="feedback" inline="true" />
if you have an extension linked to your form, you can pass in the extensionSlug
1<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:
1<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