Country,Logo to be compulsory and replace Google map with dropdown with few country
I Want Country,Logo to be compulsory when job listers post job postings..
i have changed this line in submit-job-process.php but didn't work.. when i upload image . its still giving error message
// Check required fields
$required = array(
'your_name' => __('Your name', APP_TD),
'company-logo' => __('Logo', APP_TD),
'job_title' => __('Job title', APP_TD),
'job_term_type' => __('Job type', APP_TD),
'job_country' => __('Country', APP_TD),
'details' => __('Job description', APP_TD),
'apply' => __('How to apply', APP_TD),
);
and want to replace Google map with dropdown with few country selections.. disable map and add <select> for select few countries only.
Help please!!