Adding forms into widget
-
In case you’re trying to add a form to a text widget and encountering wonkish behavior, add this to your functions.php:
add_filter(‘widget_text’, ‘do_shortcode’);
- The topic ‘Adding forms into widget’ is closed to new replies.