in reply to Re^2: enabling "Submit" button after X seconds.
in thread enabling "Submit" button after X seconds.

a hidden field can be filled by those robots easily (it's just another input type).

Use public key encryption, and encrypt the timestamp. If you can't decrypt the timestamp or its missing, you know a robot is trying to circumvent your throttling attempts, so you throttle it :)

  • Comment on Re^3: enabling "Submit" button after X seconds.