Insert other shortcode from other plugin with button
-
Hi there!
I’ve build a form with Contact Form 7. It works fine.
But I need to put a plugin into the form. So I added
add_filter( ‘wpcf7_form_elements’, ‘do_shortcode’ );
to functions.php of my child theme. And so I could insert a shortcode.
It looks nice and the plugin works nice. But right now I can’t use the submit button of the form anymore. The plugin has a button, too. Maybe this is the reason.
Can anyone help me, what to do?
The topic ‘Insert other shortcode from other plugin with button’ is closed to new replies.