User Account & BIA Assessor Information

Use this form to update your user account and BIA assessor information.
{{ Form::open(array('url' => url('/forms/bia/' . $info['form']->id . '/edit-assessor'), 'method' => 'POST', 'style' => 'font-size: 11pt;')) }} {{ Form::hidden('redirect', url('/forms/bia/' . $info['form']->id . '/edit')) }} {{ Form::hidden('user_id', $info['user']->id) }} {{ Form::hidden('assessor_id', $info['assessor']->id) }} {{ Form::hidden('address_id', $info['address']->id) }} {{-- User Name, E-Mail, Password --}}

User Account (Name, E-Mail, Password)


{{ Form::text('first_name', $info['user']->first_name, array('style' => 'width: 150px;')) }}
(Optional)
{{ Form::text('middle_name', $info['user']->middle_name, array('style' => 'width: 150px;')) }}

{{ Form::text('last_name', $info['user']->last_name, array('style' => 'width: 150px;')) }}



{{ Form::text('email', $info['user']->email, array('style' => 'width: 350px;')) }}
Password
Change Password


{{-- Assessor Phone Number --}}

Address and Phone Number


{{ Form::text('line_1', $info['address']->line_1, array('style' => 'width: 350px; margin-bottom: 0.5em;')) }}
{{ Form::text('line_2', $info['address']->line_2, array('style' => 'width: 350px; margin-bottom: 0.5em;')) }}
{{ Form::text('city', $info['address']->city, array('style' => 'width: 200px;')) }}