url prepopulate username

2 Replies
Dennis Koch
Dennis Koch2mo ago
Not out of the box, but you could try filling the form with the data on the mount of the page:
public function mount()
{
$this->form->fill(['username' => request()->get('username');
}
public function mount()
{
$this->form->fill(['username' => request()->get('username');
}
Matthew
Matthew2mo ago
Shall try, thanks.
Want results from more Discord servers?
Add your server