• Hi, i was use contact form 7, until upgrade php version,
    from 7.4.19 to 7.4.28.
    when i access page that have contact form, doesnt appear form and broke the page after contact form appear.
    Could help me please?

    server nginx: nginx/1.14.1
    php 7.4.28
    wordpress 5.9.2
    tks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter rgralexandre

    (@rgralexandre)

    unfortunately, the link is private is in environment test. and is not possible to cole image here.
    … but the configure is

    in functions.php is
    add_filter(‘widget_text’, ‘do_shortcode’);
    add_filter(‘the_excerpt’, ‘do_shortcode’);

    and in page code
    <?php echo do_shortcode(“[contact-form-7 id=’42285′ title=’valida cpf cnpj’]”); ?>

    is there a new way to do this config?
    tks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode with error – doesnt appear’ is closed to new replies.