Support MB Frontend Submission Hide Metabox Field on Custom Frontend Form Reply To: Hide Metabox Field on Custom Frontend Form

#9512
thomastran40thomastran40
Participant

            array(
                'name'  => 'Website Screenshot URL:',
                'desc'  => '',
                'id'    => $prefix . 'website_screenshot',
                'type'  => 'text',
                'type' => 'hidden'

            ),

It works but the label still shows. Im also setting the type variable twice which seems wrong.

What am i missing here?

I could use CSS for the label but just trying to familiarize myself with metabox a bit more.