Is there a way to prevent robots to follow form actions? I get errors like this:
Uncaught TYPO3 Exception: #1298012500: Required argument "form" is not set for Tx_Powermail_Controller_FormsController->create.
This cause robots try to follow this links via GET request.
I'm using the powermail extension and this will use the fluid ViewHelper f:form
. I tried to remove the action parameter, but this parameter will appear anyway.