Forms - v1.0.0-beta1

Usage Overview

Learn how to use ArtisanPack UI Forms to create, display, and manage forms in your Laravel application.

Usage Topics

Quick Reference

Display a Form

{{-- By slug --}}
<livewire:forms::form-renderer slug="contact" />

{{-- By ID --}}
<livewire:forms::form-renderer :form-id="1" />

Access Admin Interface

Navigate to /admin/forms (or your configured prefix) to:

  • Create and edit forms
  • View and export submissions
  • Configure notifications

For detailed usage guides, start with the Usage Overview.