• Resolved MaryMak

    (@maxms)


    Hello,

    After updating to WordPress 6 our Hubspot forms are no longer displaying. We see only the shortcode on the page. I checked to be sure the HS tracking code is present in the source code. Please help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MaryMak

    (@maxms)

    Found it. There was maybe a change in the way shortcodes need to be echoed in WP 6? I had to edit the header template that displays the shortcode from a custom PODS field. Forms are displaying again. If it helps anyone, I was just echoing the shortcode variable previously:

    echo $hubspot_form;
    and had to change it to:
    echo do_shortcode($hubspot_form);

    Plugin Support harthur90

    (@harthur90)

    Hi @maxms Thanks for your question and answer!

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode no longer working after update’ is closed to new replies.