Hi, I’m currently having a problem with EE using forms.
When a form is submitted then it is checked to see if it is a duplicate form.
If the system thinks it is then instead of posting it then it takes the user to a page saying:
The following errors were encountered
* You are not authorized to perform this action
The problems are twofold:
First the error message isn’t really appropriate for this error
Second its only checking the session ID and the user ID/IP to see if the message is unique, so if the user occidentally submits a form, then tries to go back to correct the mistake and resend it then it simply doesn’t allow them to do it. This can be solved by forcing a hard refresh on the page but most users are unlikely to think of this.
Thanks in advance.
