• Resolved asmarif

    (@asmarif)


    I have Contact form 7 popup form and Litespeed Cache. I can see several other WP Armour users had similar porblem. I flushed all the cache with Litespeed option. But pop up forms show subject error continuously. If I disable WP Armour then the error goes away.

    How to fix this with AP Armour activated ?

Viewing 1 replies (of 1 total)
  • Plugin Author Dnesscarkey

    (@dnesscarkey)

    Hi @asmarif

    Our plugin initializes the JavaScript code after the page has loaded to add honeypot fields to forms. Since your popup form is not loaded during the initial page load, the honeypot fields are not being added.

    To fix this, you can manually add the honeypot fields by calling the following function when your popup form is displayed:

    wpa_add_honeypot_field();

    If your popup plugin allows you to run JavaScript after the popup form is displayed, please add this code at that point to ensure the fields are added correctly.

    Best regards,

Viewing 1 replies (of 1 total)

The topic ‘Common Error: Spamming or your Javascript is disabled !!’ is closed to new replies.