Quantcast
Channel: WordPress.org Forums » [Contact Form 7] Support
Viewing all articles
Browse latest Browse all 49500

borszek on "[Plugin: Contact Form 7] Since latest update of CF7 my CSS is not working anymore"

$
0
0

Hello again....

I was able to solve my problems by adding the following code at the end of my cf7 "contact-form-7\includes\functions.php"

add_filter( 'wpcf7_form_elements', 'mycustom_wpcf7_form_elements' );

function mycustom_wpcf7_form_elements( $form ) {
$form = do_shortcode( $form );

return $form;
}

Now I'm able to use shortcodes inside of my contact form 7 form. :)


Viewing all articles
Browse latest Browse all 49500

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>