• I can’t get the plugin to work. I have:
    Wordpress WordPress 5.3.2
    Country and Phone field 2.1.6
    Contact Form 7 5.1.6

    I create a form and I have the following code:
    <label> Country* [countrytext country] </label>
    <label> Mobile phone number* [phonetext* mobilephone] </label>

    and I get the same thing as if I would use text and tel. I don’t get any error messages and it accepts the tags. But it doesn’t work.

    Can someone give me any pointers? Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter osvaldogold

    (@osvaldogold)

    Can someone give me any pointers? Obviously the plugin is working for everyone else. What should I look at? Thanks.

    @osvaldogold

    You could try placing the label in a <div>

    This is how it is formatted on one of my sites <div>[countrytext* your-country class:required “*Country:”]</div>
    <div>[phonetext* your-phone class:required placeholder “*Mobile:”]</div>

    Although the way you have it formatted should work so maybe also check your server PHP memory variables and raise it to 256mb.

    Good luck!

    Thread Starter osvaldogold

    (@osvaldogold)

    Thank you @joeklein. It didn’t work either. It looks like I have something in the CSS that is overriding this. I don’t know enough to edit the CSS so I guess I’ll live without this plugin for now. Thank you for taking the time to suggest something.

    Could you post a copy of the form code you placed in CF7 (the one you are trying to add the country code to)?

    Also please verify if your hosting allows to change the PHP Memory in the config.php file to
    define('WP_MEMORY_LIMIT', '256M');

    You could read more about it at this link https://premium.wpmudev.org/blog/increase-memory-limit/

    You may also want to verify that your SSL to the site is working properly.

    Good luck

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘plugin not working’ is closed to new replies.