Archived topic
How to insert Contact Form 7 Shortcode
3 replies · Started by Richard on December 8, 2018
Hi,
I'm creating a fullscreen menu with a modal, and writing all the code in a gp elements hook, but I'm trying to insert a contact form shortcode inside the hook, but it doesn't recognize it as a shortcode.
Hi there,
have you checked the Execute Shortcode in the hook?
If still an issue you may have to echo do_shortcode, covered here:
https://developer.wordpress.org/reference/functions/do_shortcode/#user-contributed-notes
Oh, right haha I didn't see the check box....
Thank you very much!
Glad to be of help.