Viewing 1 replies (of 1 total)
  • I’ve just tried to use this in a widget but not picking up the custom field value. Any ideas how I set the value of the custom field when using the plug-in inside a widget? Normally I set the value of the custom fild like this:

    <?php
    global $post;
    $email_1 = get_post_meta($post->ID, 'email_1', true);
    ?>

    Any ideas appreciated

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7 Customfield in mail] Custom email not getting sent out’ is closed to new replies.