I have a following scenario:
First webpage has a form which does submit to the server. Server responds with second page. The second page has a hidden form which is being submitted using javascript on form load, it redirects user to an external site.
My question is: Is it possible for the user to double submit the second form doing form submit on the first page twice (within one page view of the first page)?
The question relates to how this would work in practice, I don't need alternative scenarios.