Employer Application Form
Employer Application Form for Job Placement / Industrial Training Collaboration
Please fill out the following information to inform us of available vacancies at your company. This will help us direct suitable and trained candidates to meet your workforce requirements. ’employer_app’, ‘post_title’ => $post_title, ‘post_status’ => ‘private’, // Only admins can see ‘post_content’ => “Additional notes or other info can go here if needed.”, )); if (!is_wp_error($post_id)) { // Save all data as post meta update_post_meta($post_id, ‘_company_name’, $company_name); update_post_meta($post_id, ‘_company_type’, $company_type ?: $company_type_other); update_post_meta($post_id, ‘_company_address’, $company_address); update_post_meta($post_id, ‘_company_phone’, $company_phone); update_post_meta($post_id, ‘_company_email’, $company_email); update_post_meta($post_id, ‘_ceo_name’, $ceo_name); update_post_meta($post_id, ‘_ceo_phone’, $ceo_phone); update_post_meta($post_id, ‘_ceo_email’, $ceo_email); update_post_meta($post_id, ‘_vacancy_type’, $vacancy_type ?: $vacancy_type_other); update_post_meta($post_id, ‘_vacancy_count’, $vacancy_count); update_post_meta($post_id, ‘_workshop_address’, $workshop_address); update_post_meta($post_id, ‘_recruit_name’, $recruit_name); update_post_meta($post_id, ‘_recruit_phone’, $recruit_phone); update_post_meta($post_id, ‘_recruit_email’, $recruit_email); update_post_meta($post_id, ‘_salary’, $salary); update_post_meta($post_id, ‘_accommodation’, $accommodation); update_post_meta($post_id, ‘_meals’, $meals); update_post_meta($post_id, ‘_recruit_from’, $recruit_from); update_post_meta($post_id, ‘_recruit_to’, $recruit_to); // Send email notification $admin_email = get_option(‘admin_email’); // or set your own $subject = ‘New Employer Application: ‘ . $company_name; $body = “Company: $company_name\nType: ” . ($company_type ?: $company_type_other) . “\nVacancies: ” . ($vacancy_type ?: $vacancy_type_other) . ” ($vacancy_count)\n\nView details: ” . get_edit_post_link($post_id, ’email’); $headers = array(‘Content-Type: text/plain; charset=UTF-8’); wp_mail($admin_email, $subject, $body, $headers); $success = true; } else { $error = ‘Failed to save the application. Please try again.’; } } } } ?>
Thank you! Your employer application has been successfully submitted. We will review it and get in touch soon.
1. Company Information
Company Name *
Type of Company
Select… >Gem Laboratory >Lapidary >Heat Treatment Company >Gem Exporting Company >Jewellery Manufacturing Company
Other (Please specify):
Company Address
<?php echo esc_textarea($_POST[‘company_address’]??”); ?>
Contact Number
Email Address *
2. Company Leadership
Name of CEO / Owner *
Contact Number of CEO / Owner
Email Address of CEO / Owner
3. Vacancy Details
Type of Vacancies Available
Select… >Gemmologists >Assistant Gemmologists >Gem Cutters >Heat Treaters >Jewellery Makers >Stone Setters >Jewellery Designers (CAD / Manual) >Jewellery Designing Assistants (CAD / Manual) >Jewellery Casting and Electroplating Technicians >Gem and Jewellery Valuers and Marketers Other
Other (Please specify):
Number of Vacancies Available
Address of the Company Workshop / Laboratory
<?php echo esc_textarea($_POST[‘workshop_address’]??”); ?>
4. Recruitment Contact
Name of the Authorized Recruitment Officer *
Contact Number of the Recruitment Officer
Email Address of Recruitment Officer
5. Employment Conditions
Average Monthly Salary (LKR)
Is Accommodation Provided?
> Yes
> No
Are Meals Provided?
> Yes
> No
Expected Date of Recruitment:
From: To:
Submit Employer Application

