WYSWIYG field - Render Contact Form 7 Shortcode on Front End

Support General WYSWIYG field - Render Contact Form 7 Shortcode on Front EndResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29133
    Dragan MarianDragan Marian
    Participant

    Hi Guys

    I have created "WYSWIYG Editor" custom field. I have placed a contact form 7 shortcode in my WYSWIYG custom field but the contact form is not rendered, only the shortcode [contact-form-7 ..... ].

    I have tried to use a function in my functions.php but I'm not sure I got it right.

    function render_shortcode() {
    $text = rwmb_meta( 'my WYSWIYG ID' );
    echo do_shortcode( wpautop( $text ) );
    }

    Sincerely

    #29144
    Long NguyenLong Nguyen
    Moderator

    Hi,

    You can use that way to render a shortcode in the WYSIWYG value or use the helper shortcode to render it

    [rwmb_meta id="wysiwyg-field-id"]

    #29147
    Dragan MarianDragan Marian
    Participant

    Thank You 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.