Skip to main content
You are currently viewing the documentation for Filament 4.x, which is a previous version of Filament.Looking for the current stable version? Visit the 5.x documentation.

Introduction

The hidden component allows you to create a hidden field in your form that holds a value.
use Filament\Forms\Components\Hidden;

Hidden::make('token')
Please be aware that the value of this field is still editable by the user if they decide to use the browser’s developer tools. You should not use this component to store sensitive or read-only information.

Sponsored by