|
|
|
{!! Form::open(array('url' =>secure_url('pro/get-test-result-report'), 'class'=>'form-horizontal', 'method'=>'post')) !!}
@for ($i = 0; $i <= $chart_count; $i++)
{!! Form::hidden('image'.$i,'',array('id'=>'pro-image'.$i)) !!}
@endfor
{!! Form::hidden('summary_report_image','',array('id'=>'pro-summary-image')) !!}
{!! Form::hidden('essay_type_section_image','',array('id'=>'pro-essay-type-section-image')) !!}
{!! Form::hidden('pdf-download','1') !!}
{!! Form::hidden('chart_count',$chart_count) !!}
{!! Form::hidden('assign_id','',['id'=>'pre-js-pro-test-assign_id']) !!}
{!! Form::hidden('test_pin','',['id'=>'pre-js-pro-test-test_pin_id']) !!}
{!! Form::hidden('candidate_id','',['id'=>'pre-js-pro-test-candidate_id']) !!}
{!! Form::hidden('section_id','',['id'=>'pre-js-pro-test-section_id']) !!}
{!! Form::hidden('assessment_id','',['id'=>'pre-js-pro-test-assessment_id']) !!}
{!! Form::hidden('is_custom_form','',['id'=>'pre-js-pro-test-is_custom_form']) !!}
{!! Form::hidden('is_feedback','',['id'=>'pre-js-pro-test-is_feedback']) !!}
{!! Form::hidden('test_event_id','',['id'=>'pre-js-pro-test-test_event_id']) !!}
{!! Form::hidden('type','overall') !!}
{!! Form::button('Download PDF',array('type'=>'submit', 'disabled'=>true, 'id'=>'download_pdf','class'=>'btn btn-primary pro-green c-white')) !!}
{!! Form::close()!!}
|
|