{{ Form::open(array('route' => 'postVolunteerRegistration', 'autocomplete' => 'off', 'role' => 'form', 'class' => 'form-container')) }} {{ Form::hidden('id', isset($formData->id) ? $formData->id : null) }} {{ Form::hidden('city', $city) }}
{{-- List subscribers for City --}}

Opći podatci

Vrsta organizacije

{{ Form::radio('organization_type', 1, isset($formData->organization_type) ? $formData->organization_type == 1 ? true : false : true,["id"=>"test1","name"=>"group1"]) }}

{{ Form::radio('organization_type', 2, isset($formData->organization_type) ? $formData->organization_type == 2 ? true : false : false,["id"=>"test2","name"=>"group1"]) }}

{{ Form::radio('organization_type', 3, isset( $formData->organization_type) ? $formData->organization_type == 3 ? true : false : false,["id"=>"test3","name"=>"group1"]) }}

{{ Form::radio('organization_type', 4, isset( $formData->organization_type) ? $formData->organization_type == 4 ? true : false : false,["id"=>"test4","name"=>"group1"]) }}

{{ Form::radio('organization_type', 5, isset($formData->organization_type ) ? $formData->organization_type == 5 ? true : false : false,["id"=>"test5","name"=>"group1"]) }}

{{ Form::radio('organization_type', 6, isset($formData->organization_type ) ? $formData->organization_type == 6 ? true : false : false,["id"=>"test6","name"=>"group1"]) }}

@if (isset($errors) && ($errors->first('organization_type') != '' || $errors->first('organization_type') != null))

{{ $errors->first('organization_type') }}

@endif
{{ Form::text('organization_name', isset($formData->organization_name) ? $formData->organization_name : null, array('id' => 'naziv_organizacije', 'class' => 'form-control', 'required')) }} @if (isset($errors) && ($errors->first('organization_name') != '' || $errors->first('organization_name') != null))

{{ $errors->first('organization_name') }}

@endif
Adresa
{{ Form::text('street', isset($formData->street) ? $formData->street : null, array('id' => 'ulica_kucnibr', 'class' => 'form-control', 'required')) }} @if (isset($errors) && ($errors->first('street') != '' || $errors->first('street') != null))

{{ $errors->first('street') }}

@endif
{{ Form::text('postal_num',isset($formData->postal_num) ? $formData->postal_num : null, array('id' => 'postanski_broj', 'class' => 'form-control', 'required')) }}
@if (isset($errors) && ($errors->first('postal_num') != '' || $errors->first('postal_num') != null))

{{ $errors->first('postal_num') }}

@endif
{{ Form::text('place', isset($formData->place) ? $formData->place : null, array('id' => 'mjesto', 'class' => 'form-control', 'required')) }}
@if (isset($errors) && ($errors->first('place') != '' || $errors->first('place') != null))

{{ $errors->first('place') }}

@endif
{{ Form::text('phone',isset($formData->phone ) ? $formData->phone : null, array('id' => 'naziv_organizacije', 'class' => 'form-control', 'required')) }}
@if (isset($errors) && ($errors->first('phone') != '' || $errors->first('phone') != null))

{{ $errors->first('phone') }}

@endif
{{ Form::email('email',isset($formData->email) ? $formData->email : null, array('id' => 'naziv_organizacije', 'class' => 'form-control')) }}
@if (isset($errors) && ($errors->first('email') != '' || $errors->first('email') != null))

{{ $errors->first('email') }}

@endif
{{ Form::text('contact_person',isset($formData->contact_person) ? $formData->contact_person : null, array('id' => 'ulica_kucnibr', 'class' => 'form-control', 'required')) }}
@if (isset($errors) && ($errors->first('contact_person') != '' || $errors->first('contact_person') != null))

{{ $errors->first('contact_person') }}

@endif
{{-- List subscribers for City --}}

Podatci o volonterskoj poziciji


{{ Form::radio('duration', 1, isset($formData->duration) ? $formData->duration == 1 ? true : false : true,["id"=>"vol1","name"=>"group2"]) }}

{{ Form::radio('duration', 2, isset($formData->duration) ? $formData->duration == 2 ? true : false : false,["id"=>"vol2","name"=>"group2"]) }}

{{ Form::radio('duration', 3, isset($formData->duration) ? $formData->duration == 3 ? true : false : false,["id"=>"vol3","name"=>"group2"]) }}

@if (isset($errors) && ($errors->first('duration') != '' || $errors->first('duration') != null))

{{ $errors->first('duration') }}

@endif
{{ Form::text('volunteer_num', isset($formData->volunteer_num) ? $formData->volunteer_num : null, array('id' => 'naziv_organizacije', 'class' => 'form-control', 'required')) }} @if (isset($errors) && ($errors->first('naziv_organizacije') != '' || $errors->first('naziv_organizacije') != null))

{{ $errors->first('naziv_organizacije') }}

@endif
{{ Form::text('job_desc',isset($formData->job_desc) ? $formData->job_desc : null, array('id' => 'naziv_organizacije', 'class' => 'form-control', 'required')) }} @if (isset($errors) && ($errors->first('job_desc') != '' || $errors->first('job_desc') != null))

{{ $errors->first('job_desc') }}

@endif
{{ Form::text('job_working_hours',isset($formData->job_hours_and_dynamic) ? $formData->job_hours_and_dynamic : null, array('id' => 'naziv_organizacije', 'class' => 'form-control')) }} @if (isset($errors) && ($errors->first('job_working_hours') != '' || $errors->first('job_working_hours') != null))

{{ $errors->first('job_working_hours') }}

@endif
{{ Form::text('job_site',isset($formData->job_site) ? $formData->job_site : null, array('id' => 'naziv_organizacije', 'class' => 'form-control', 'required')) }} @if (isset($errors) && ($errors->first('job_site') != '' || $errors->first('job_site') != null))

{{ $errors->first('job_site') }}

@endif
{{ Form::text('support_person',isset($formData->support_person) ? $formData->support_person : null, array('id' => 'naziv_organizacije', 'class' => 'form-control', 'required')) }} @if (isset($errors) && ($errors->first('support_person') != '' || $errors->first('support_person') != null))

{{ $errors->first('support_person') }}

@endif
{{ Form::text('support_contact', isset($formData->support_contact) ? $formData->support_contact : null, array('id' => 'naziv_organizacije', 'class' => 'form-control', 'required')) }} @if (isset($errors) && ($errors->first('support_contact') != '' || $errors->first('support_contact') != null))

{{ $errors->first('support_contact') }}

@endif

{{ Form::radio('education', 1, isset($formData->education) ? $formData->education == 1 ? true : false : true,["id"=>"education1","title"=>"education"]) }}

{{ Form::radio('education', 2, isset($formData->education) ? $formData->education == 2 ? true : false : false,["id"=>"education2","title"=>"education"]) }}

@if (isset($errors) && ($errors->first('education') != '' || $errors->first('education') != null))

{{ $errors->first('education') }}

@endif

{{ Form::radio('expenses', 1,isset($formData->expenses) ? $formData->expenses == 1 ? true : false : true,["id"=>"expenses1","title"=>"expenses"]) }}

{{ Form::radio('expenses', 2, isset($formData->expenses) ? $formData->expenses == 2 ? true : false : false,["id"=>"expenses2","title"=>"expenses"]) }}

@if (isset($errors) && ($errors->first('expenses') != '' || $errors->first('expenses') != null))

{{ $errors->first('expenses') }}

@endif
{{-- List subscribers for City --}}

Ostale informacije

Jesu li članovi vaše organizacije završili edukaciju za koordinatora volontera

{{ Form::radio('mentor_education', 1,isset($formData->mentor_education) ? $formData->mentor_education == 1 ? true : false : true,["id"=>"mentor1","title"=>"mentor"]) }}

{{ Form::radio('mentor_education', 2,isset($formData->mentor_education) ? $formData->mentor_education == 2 ? true : false : false,["id"=>"mentor2","title"=>"mentor"]) }}

{{ Form::radio('mentor_education', 3,isset($formData->mentor_education) ? $formData->mentor_education == 3 ? true : false : false,["id"=>"mentor3","title"=>"mentor"]) }}

@if (isset($errors) && ($errors->first('mentor_education') != '' || $errors->first('mentor_education') != null))

{{ $errors->first('mentor_education') }}

@endif

(HIDDEN AKO JE GORE NE)Jeste li zainteresirani za treninge o upravljanju kvalitetnim volonterskim programima koje organizira Volonterski centar Osijek?

{{ Form::radio('mentor_training', 1, isset($formData->mentor_training) ? $formData->mentor_training == 1 ? true : false : true,["id"=>"mentor_training1","title"=>"mentor_training"]) }}

{{ Form::radio('mentor_training', 2, isset( $formData->mentor_training) ? $formData->mentor_training == 2 ? true : false : false,["id"=>"mentor_training2","title"=>"mentor_training"]) }}

{{ Form::radio('mentor_training', 3, isset( $formData->mentor_training ) ? $formData->mentor_training == 3 ? true : false : false,["id"=>"mentor_training3","title"=>"mentor_training"]) }}

@if (isset($errors) && ($errors->first('mentor_training') != '' || $errors->first('mentor_training') != null))

{{ $errors->first('mentor_training') }}

@endif

Je li vam potrebna dodatna pomoć u organiziranju volonterskog programa?

{{ Form::radio('additional_help', 1, isset($formData->additional_help) ? $formData->additional_help == 1 ? true : false : true,["id"=>"additional1","title"=>"additional"]) }}

{{ Form::radio('additional_help', 2, isset($formData->additional_help) ? $formData->additional_help == 2 ? true : false : false,["id"=>"additional2","title"=>"additional"]) }}

{{ Form::radio('additional_help', 3, isset($formData->additional_help) ? $formData->additional_help == 3 ? true : false : false,["id"=>"additional3","title"=>"additional"]) }}

@if (isset($errors) && ($errors->first('additional_help') != '' || $errors->first('additional_help') != null))

{{ $errors->first('additional_help') }}

@endif

{{ Form::button(' Završi', array('class' => 'btn btn-primary', 'type' => 'submit')) }}

{{ Form::close() }}