Need a handy little contact form in your WordPress sidebar, but having trouble getting your short-code to appear? Follow the instructions below.
First, download your favorite WordPress contact plugin. Let’s use the Fast Secure Contact Form in this example.
Next, go to your theme editor and insert the code add_filter(‘widget_text’, ‘do_shortcode’); at the very top of the functions.php file, right underneath <?php
Lastly, insert your short-code, i.e. [si-contact-form form=’1′] into a text box in your widgets console.