Title: Shortcode not working
Last modified: April 13, 2022

---

# Shortcode not working

 *  Resolved [jugiii](https://wordpress.org/support/users/jugiii/)
 * (@jugiii)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-406/)
 * Hi, I´ve integrated the shortcode per <?php echo do_shortcode(“[wpcaptcha wc]”);?
   > into a question-site, but it is not working and only showing the shortcode 
   as plain text. Is it possible to use the shortcode this way? Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-not-working-406%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Md Rimu Chowdhury](https://wordpress.org/support/users/webcource/)
 * (@webcource)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-406/#post-15554118)
 * the plugin currently not supported any forms. now it just work with contact form
   7. I will release premium version very soon with all type of forms.
 * thanks
 *  Plugin Author [Md Rimu Chowdhury](https://wordpress.org/support/users/webcource/)
 * (@webcource)
 * [4 years ago](https://wordpress.org/support/topic/shortcode-not-working-406/#post-15710539)
 * now on 1.3 version you will find new shortcode. use this one
 *  [jasmines](https://wordpress.org/support/users/jasmines/)
 * (@jasmines)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-not-working-406/#post-15888785)
 * I’ve downloaded WC Captcha 1.3.1 and added the following code to my functions.
   php to show wc captcha on woocommerce checkout page:
 *     ```
       add_action( 'woocommerce_review_order_before_submit' , 'mytheme_captcha' );
   
         function mytheme_captcha() {
   
           echo do_shortcode('[wpcaptcha]');
         }
       ```
   
 * Unfortunately, I see [wpcatcha] displayed on checkout page instead of the shortcode
   execution.
 *  [jasmines](https://wordpress.org/support/users/jasmines/)
 * (@jasmines)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-not-working-406/#post-15890285)
 * Now it’s showing captcha (it was a cache problem) but it won’t check before submit,
   if I leave the answer blank, I can submit the form as if captcha wasn’t there.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Shortcode not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wc-captcha_e6e6e6.svg)
 * [WC Captcha](https://wordpress.org/plugins/wc-captcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-captcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-captcha/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-captcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-captcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-captcha/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 4 replies
 * 3 participants
 * Last reply from: [jasmines](https://wordpress.org/support/users/jasmines/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-not-working-406/#post-15890285)
 * Status: resolved