• Resolved condition cavu

    (@tissa10x)


    Thank you Gulshan for a clever approach to the spam problem!

    I see the MD5 hash in the form action. However it always seems to be present; with developer tools I can’t seem to recreate a scenario where it appears on the scroll event.

    How can I verify that the MD5 hash is only appearing on the scroll event? (I’ve included a link you can check with this comment.)

    Thanks much!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gulshan Kumar

    (@thegulshankumar)

    Hello!

    Thanks for your kind words.

    Here’s how you can verify form action URL changes

    1. Open a new tab in Chrome/Firefox
    2. Go to URL

    view-source:https://www.example.com/permalink/

    3. Type CTRL+F for Find command, search for

    action=""

    4. So, this is blank by default.

    5. The action URL is replaced with URL containing hash from client-side when scroll event happens.

    Thanks

    Thread Starter condition cavu

    (@tissa10x)

    Thank you Gulshan!

    Plugin Author Gulshan Kumar

    (@thegulshankumar)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Brilliant approach – quick question’ is closed to new replies.