Support » Plugin: Contact Form 7 Map Field » Map broken in CF7 v 3.6

Viewing 6 replies - 1 through 6 (of 6 total)
  • i have same problem i also install map field plugin in cf7 but the input field not appear it just show the code only anyone suggest solution for this????

    Plugin Author shemesh

    (@shemesh)

    all – i do not find the time to continue developing this plugin.
    I’ve gone so far but, sorry, seems like i will not be able to continue with it.
    I’ll be happy to hand this plugin to someone with the right skills.

    Your answer is quite clear. Just if anybody can check it we will most appreciate it!

    Applying an all night trying and error procedure and without being neither expert on PHP nor the customization of plugins what I have eventually found out and it appears that is working for the time being is the following.

    On Plugin source file: contact-form-7-map-field.php
    line 34: modify this

    add_action(‘plugins_loaded’, ‘contact_form_7_map_field’);

    to

    add_action(‘wpcf7_init’, ‘contact_form_7_map_field’);

    Is working for my case.
    Just a quick answer for the more than 4000 downloads

    shemesh thanks for all of your work on this awesome plugin…

    iapassas thank you for the fix!

    iapassas, you are a life saver!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Map broken in CF7 v 3.6’ is closed to new replies.