Thread Starter
sivae
(@sivae)
Nothing is being shown.
Screenshot = http://i.imgur.com/PVba4Ze.png
Thank you for your prompt response.
Edit: I think this error occurs when only the admin user has taken the test. After I did a sample test with other users, the results started showing fine. 😀
Great plugin, overall. Thank you.
Thread Starter
sivae
(@sivae)
Here’s how I do it.
$fields[‘job’][‘other_apply’] = array(
‘label’ => ‘Other Application Methods’,
‘type’ => ‘textarea’,
‘required’ => false,
‘placeholder’ => ”,
‘priority’ => 7
);
$other_apply= isset ( $values[ ‘job’ ][ ‘other_apply’ ] ) ? $values[ ‘job’ ][ ‘other_apply’ ] : null;
if ( $other_apply )
update_post_meta( $job_id, ‘_other_apply’, $other_apply);
$fields[‘_other_apply’] = array(
‘label’ => ‘Other Application Methods’,
‘type’ => ‘textarea’,
‘placeholder’ => ”,
‘description’ => ”
);