• Resolved tavakal4devs

    (@tavakal4devs)


    This plugin is conflecting with contact form 7
    i have a form contain a textarea with (comment) name
    for some reason this plugin is replacing it with password field
    why is that?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Torsten Landsiedel

    (@zodiac1978)

    Hi @tavakal4devs

    this is not exactly the case. The conflict is happening because of the form using the “comment” as ID.

    You could solve the issue with renaming your field or you can try to change a setting in ASB:
    “Check complete site markup for comment forms Uses output buffering instead of the comment_form_field_comment filter.”

    Is this checked? If yes, we try to prepare the whole page which obviously has side effects on your CF7 form. If you uncheck it, we use a filter which is only fired on the comment form fields. Then this conflict should be solved too.

    The reason behind this is our honeypot (with the ID “comment”). We switch the IDs back to prevent any problems with CSS that is using the comment ID for styling the comment form.

    See this line of our code:
    https://github.com/pluginkollektiv/antispam-bee/blob/master/antispam_bee.php#L1275

    Please report back if none of the above is solving your problem!

    All the best
    Torsten

Viewing 1 replies (of 1 total)
  • The topic ‘This plugin is conflecting with contact form 7’ is closed to new replies.