Thanks In advance I want Add New Attachment Field before the comment field in leaveplugin In apply leave form How i do please tell step vise
How to add New Attachment field Orange Hrm leaveplugin
730 Views Asked by Husnain Afzal At
2
There are 2 best solutions below
0
On
How to add fields in candidate form
First add all threee field in #_job_candidate table
orangehrm\symfony\plugins\orangehrmRecruitmentPlugin\lib\form\AddCandidateForm.phporangehrm\symfony\plugins\orangehrmRecruitmentPlugin\modules\recruitment\templates\addCandidateSuccess.phporangehrm\symfony\lib\model\doctrine\orangehrmRecruitmentPlugin\base\BaseJobCandidate.class.php
but all data is not Inserted in database
Add this in
Add following code in
In action class, bind that form with $request->getFiles().