Featured image field not showing on frontend form
-
Hi, I have a post and when I try to create a form for the frontend all the fields are shown except the featured image. If I don’t pass the fields by parameter and let all the fields be shown, the featured image field is shown. This is my code:
$fields = array( ‘post_title’ => array(‘label’ => ‘Full name’), ‘featured_image’, ‘ambassador_innovators’, ‘org_practice_innovators’, ‘country_innovators’, ‘sustainability_innovators’, ‘area_innovators’, ‘rural_context_innovators’ );
$innovator = pods( ‘innovator’ );
echo $innovator->form($fields,’Add’);
What could be the problem?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.