Select On Change

I have a Select on a custom admin page form and would like to update the form fields -> or even trigger a url action when selecting from the dropdown. ie load a new record into the form.

Select::make('id')->options($emailTemplates)
Was this page helpful?