Use this form to add a role with a local officials association to your account to gain access to the association's OSAA Commissioner Dashboard.
{{ Form::label('role', 'Role', array('style' => 'font-weight: bold;')) }}
{{ Form::select('role', $role_options, array('style' => 'width: 75px;', 'data-autofocus' => 'true')) }}
{{ Form::label('loa_id', 'ID Number', array('style' => 'font-weight: bold;')) }}
{{ Form::text('loa_id', null, array('style' => 'width: 75px;')) }}
{{ Form::label('access_code', 'Access Code', array('style' => 'font-weight: bold;')) }}
{{ Form::text('access_code', null, array('style' => 'width: 110px;')) }}