Version

Theme

NOTE

You are currently viewing the documentation for Filament 4.x, which is currently in beta and is not stable. Breaking changes may be introduced to releases during the beta period. Please report any issues you encounter on GitHub.

Looking for the current stable version? Visit the 3.x documentation.

Forms

Hidden

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.

Edit on GitHub

Still need help? Join our Discord community or open a GitHub discussion

Previous
Code editor