My contact 7 forms no long output as they are being affected by the unsafe html escaping update.
I’ve read through the article relating to this but I’m unsure what I’m supposed to do.
This is the existing code:
<?php the_field(‘contact_form_shortcode’);?>
I can get round it by using:
<?php echo do_shortcode( ‘[contact-form-7 id=”cf45e0b” title=”Contact form side bar”]’ ); ?>
Ideally I’d prefer to find a fix so I can allow the user to update the form if necessary.
Anyone come up against this?