{{ Form::open(array('url' => url('/account/add-associate-member-school'), 'method' => 'post')) }}
Add an Associate Member School to Your Account

Use this form to add an Associate Member School to your account.

Once added, you will have access to edit that school's information including address, phone number, and staff contact information.

{{ Form::label('school_id', 'ID Number', array('style' => 'font-weight: bold;')) }}
{{ Form::text('school_id', null, array('style' => 'width: 75px;', 'autofocus' => 'true')) }}
{{ Form::label('code', 'Key Code', array('style' => 'font-weight: bold;')) }}
{{ Form::text('code', null, array('style' => 'width: 110px;')) }}


Enter in your Associate Member School's ID number and key code mailed out by the OSAA. Then click Add. For assistance, contact {{Helpers::obfuscateEmailLink ("support@osaa.org")}} or call
(503) 682-6722 x228.
{{ Form::close() }}