function add_suma_to_cf7()
{
$html = ‘<input text name=”suma”>’;
$custom_fields = get_post_custom(get_the_ID());
foreach(@$custom_fields[‘amount’] as $total)
echo $html .= $total;
$html .='</text>’;
return $html
}
///////////////////////////////////////
that you think