cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3 Honey Pot in Checkout page

Magento 2.3 Honey Pot in Checkout page

A few days ago, my website faced a carding attack that even Google reCaptcha couldn't prevent.

After reading articles about the effectiveness of Honeypot in thwarting bot attacks, I began implementing Honeypot code in Magento 2.

However, I encountered an issue—I couldn't retrieve the value of the honey pot filed (Custom filed) in my plugin. How can I access this custom field value within the plugin

I'm adding a honeypot field to the checkout_index_index.xml file.I'm adding a honeypot field to the checkout_index_index.xml file.

Here is my plugin checking whether the honeypot field is not emptyHere is my plugin checking whether the honeypot field is not empty