Can I get a help for the code just to exclude some fields?
I was using this before and it was working just fine
foreach ( $additional_fields as $key => $additional_value )
{
if ($key == 'policy') continue;