• Resolved jugiii

    (@jugiii)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Md Rimu Chowdhury

    (@webcource)

    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

    (@webcource)

    now on 1.3 version you will find new shortcode. use this one

    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.

    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.