• Hello,

    I have found a setback with version 4.8 and pluguin “Contact Form 7 Get and Show Parameter from URL” now does not pass the variables 🙁

Viewing 7 replies - 1 through 7 (of 7 total)
  • I have the same issue. Has this been resolved or should this be addressed to the “Contact Form 7 Get and Show Parameter from URL” author?

    Same problem here… Any solutions?

    Yeah, I found it.
    Since $tag argument is not an array, the plugin’s functions fail.

    Solution:
    Open the file “getparam.php” inside “/wp-content/plugins/contact-form-7-get-and-show-parameter-from-url” then edit lines 38 and 48.

    Simply add a comment to exclude these lines and the plugin will work again.

    e.g.:
    38: //if (!is_array($tag)) return '';

    Bye!

    • This reply was modified 6 years, 8 months ago by giangel84.
    • This reply was modified 6 years, 8 months ago by giangel84.

    Resolved by using another plugin: Contact Form 7 – Dynamic Text Extension

    @giangel84

    It worked! Thanks alot!

    Hi I have modified it as it said @giangel84 but the value of my get is not coming soon
    help me 🙁

    Thanks to @giangel84

    Both lines should be commented in this file “getparam.php”. Location “/wp-content/plugins/contact-form-7-get-and-show-parameter-from-url”

    38: //if (!is_array($tag)) return '';
    48: //if (!is_array($tag)) return '';

    Hope this help.

    Cheers.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘version 4.8 y “Contact Form 7 Get and Show Parameter from URL”’ is closed to new replies.