Tagged: Shortcodes
I created a contact form using enfold shortcodes as soon as i updated the theme the shortcodes are not working .
Can Any one suggest any better option?
Hey infigic!
Thank you for using Enfold.
Looks like you’re using Contact Form 7. Shortcodes won’t work inside the contact form 7 editor. Try using flex_columns container. Something like this:
<div class="flex_column av_one_half first">
CF7 Shorcode here
</div>
<div class="flex_column av_one_half">
CF7 Shorcode here
</div>
Cheers!
Ismael
Thanks It worked