Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dariyar

    (@dariyar)

    I decided to replace this form with the standart form and problem has dissapeared.
    Thank you once again for the feedback!

    Thread Starter dariyar

    (@dariyar)

    Thx for reply.

    I have next code on the site. Can I add honeypot manualy?

    <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" id="commentform" method="post">
      <div class="product_form_inputs">
        <input required placeholder="Name" name="author" id="author" type="text">
        <input required placeholder="Email" name="email" id="email" type="text">
      </div>
      <div class="product_form_textarea">
        <textarea required placeholder="Review" name="comment" id="comment"></textarea>
      </div>
      <div class="product_form_btn-rate">
        <?php comm_rating_rating_field (); ?>
        <input class="product_form_btn" type="submit" value="Send">
      </div>
      <?php comment_id_fields(); do_action('comment_form', get_the_ID()); ?>
    </form>
    Thread Starter dariyar

    (@dariyar)

    Oh, thank you, I’ve understood my problem. There is a custom form for comments on this site and honeyspot doesn’t appear here. Can I add honeyspot manualy in form or with shortcode for example? Or shoud I change form to default?

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