When you do form submit (POST) and “under attack mode” is activated. It will not continue to POST the data after the human verification completed.
I cant understand why the developer not thinking to let continue what user left before “under attack mode”
Its so simple just save what POST data is then verify its a human or not, then continue the POST the data for the user ( as simple as do html redirect with previously POSTed data)
Why???!