->add_dropdown_field('field', 'Label', array('1' => 'My option', '2' => 'Another option'), 'required', '1'); Gives me a ton of SimpleXML errors if I set that last param (value). Any ideas?
->add_dropdown_field('field', 'Label', array('1' => 'My option', '2' => 'Another option'), 'required', '1');
Gives me a ton of SimpleXML errors if I set that last param (value).
Any ideas?