jovicbratislav
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Contact Form 7] custom field not working not callingi think function is not good beacuse i dont update email body
Forum: Plugins
In reply to: [Contact Form 7] custom field not working not callingwhen i try example and put [suma] in email body don get nothing why?
Forum: Plugins
In reply to: [Contact Form 7] custom field not working not callingfunction 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
Forum: Plugins
In reply to: [Contact Form 7] Issue with wpcf7_before_send_mailhi i have next function in signle php /////////////////////////
$total = ( $a * $b ) + ( $c * $d ) + ( $e * $b ) + ( $f * $d );
echo “<tr><td>Ukupno</td><td width=’200′><input type=’text’ name=’amount’ value=’$total’></td></tr>
“;//////////////////////////////////
how to insert this code in $mail[‘body’] .=Forum: Plugins
In reply to: [Basic Google Maps Placemarks] filter by new fielddid you get work filter?
Viewing 5 replies - 1 through 5 (of 5 total)