Company Logo Pre-Fill is not working.
-
Hi, i’m following the doc (here: https://wpjobmanager.com/customization-snippets/#prefillcomplogo) to pre-fill the company logo on the Post a Job Page. But it doesn’t seems to be working for me. I have also found a similar thread but no hope at all (https://www.ads-software.com/support/topic/post-a-job-pre-populate-company-details/).
When i print_r the fields array in the submit_job_form_fields custom function, i can see the value i set there,
[company_logo] => Array ( [label] => Logo [type] => file [required] => [placeholder] => [priority] => 6 [ajax] => 1 [multiple] => [allowed_mime_types] => Array ( [jpg] => image/jpeg [jpeg] => image/jpeg [gif] => image/gif [png] => image/png ) [value] => https://lusciouslawn.com/wp-content/uploads/ultimatemember/68/profile_photo-190x190.jpg?1569909184 )
But the problem is that no image is getting displayed on the preview section. Also for a user already posted a job, i noticed that, there is a hidden field with the attachment id of the logo being added to the form. But here, the hidden field is missing too.
- The topic ‘Company Logo Pre-Fill is not working.’ is closed to new replies.