Custom view
Replace field slots with custom views
Display a custom view instead of the default field view
The view will have access to
$field
,$form
,$form_data
, and$model
variables, as well as any other public component properties.Alternatively use Field Slots
Protip: use the ->custom()
field method, together with a custom ->view.()
See Manually saving data for more info
Last updated
Was this helpful?