Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I was having trouble with this as well. I finally got it going by enabling the GeoCoding API. However, I think you are required to set up billing information with Google now, whether you plan on exceeding the free limit or not. So try adding billing information and if you already have that set up, try enabling the GeoCoding API. Good luck. I ended up just disabling the map all together.

    • This reply was modified 7 years, 8 months ago by vlwebmaster.
    Thread Starter vlwebmaster

    (@vlwebmaster)

    Sorry if this a repost. I tried to edit my reply from earlier but it doesn’t look like it took.

    There is NO PROBLEM with the plugin. If I would have checked the error log (Uploads->mc4wp-debug-log.php) I’d have seen that the email address I was testing with was not being added because it had been permanently deleted from the Mailchimp List.

    Lesson = Check the Error log!

    Thanks for the great plugin and your quick support. Cheers!

    Thread Starter vlwebmaster

    (@vlwebmaster)

    Hi Lap,
    Thanks for the prompt reply. Unfortunately – still no luck. Perhaps if I provide a bit more information you’ll be able to provide a solution.

    I swapped out the cf7 shortcode for the <input type=”hidden”…. syntax. My CF7 form looks like this on the backend now;

    <label>[email* your-email placeholder “Email Address*”] </label>
    [submit “Subscribe”]
    <input type=”hidden” name=”mc4wp-subscribe” value=”1″>
    [hidden form-name default:Newsletter Signup “Newsletter Signup”]

    Below is the code that the form is outputting on the front end.

    <form action="/#wpcf7-f446-o1" method="post" class="wpcf7-form" novalidate="novalidate">
    <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="446" />
    <input type="hidden" name="_wpcf7_version" value="5.0.4" />
    <input type="hidden" name="_wpcf7_locale" value="en_US" />
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f446-o1" />
    <input type="hidden" name="_wpcf7_container_post" value="0" />
    </div>
    <p><label><span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email Address*" /></span></label>
    <input type="submit" value="Subscribe" class="wpcf7-form-control wpcf7-submit" /><br />
    <input type="hidden" name="mc4wp-subscribe" value="1"></p>
    <input type="hidden" name="form-name" value="Newsletter Signup" class="wpcf7-form-control wpcf7-hidden" /><br />
    <div class="wpcf7-response-output wpcf7-display-none"></div></form>

    Also under Mail Chimp for WP -> Integrations I have Contact Form 7 and Custom enabled, both with only one list selected and double opt-in disabled.

    Thanks again for your help. Really hoping we can get this going.

Viewing 3 replies - 1 through 3 (of 3 total)