Yohan
Customise the modal form view
Thanks @Leandro Ferreira , but how do I pass data to the view attached to the ViewField? I need to dynamically retrieve the value of one of my select fields (to display the corresponding video)?
FormsComponentsSelect::make(‘type’)
->options([
VariableType::TEXT->value => ‘Text’,
VariableType::URL->value => ‘URL’,
VariableType::IMAGE->value => ‘Image’,
])
->required()
->live(),
6 replies