{{ Form::open(array('url' => url('/forms/eligibility/' . $object->waiver->id . '/signatures'), 'method' => 'POST', 'style' => 'font-size: 10pt;')) }} {{ Form::hidden('redirect', url('/forms/eligibility/' . $object->waiver->id . '/edit') . '#signatures') }} {{ Form::hidden('waiver_id', $object->waiver->id) }} {{ Form::hidden('type', $type) }} @if (Helpers::strEqual($type, 'administrator'))

School Administrator

Principal/Superintendent
The e-signature for the individual below has read and agreed to the affirmation statement.
@else

Student's Parent

Parent/Guardian or Host Family
The e-signature for the individual below has read and agreed to the affirmation statement.
@endif

Affirmation Statement

Under penalty of perjury, I do affirm that no coach, parent, administrator, teacher, or other representative of the current school initiated contact or offered any inducements for the purpose of having the student attend the current school for athletic participation. Further, I authorize release of permanent school records to the Oregon School Activities Association and its designees.


By providing my full legal name on this form, I acknowledge that I have read and agree to the above affirmation statement.

{{ Form::label('name', 'Full Legal Name') }} /s/ {{ Form::text('name', null, array('style' => 'width: 200px;')) }} {{ Form::close() }}