Hi all,
I have a problem with a 'Mail a friend' form I created. Here's what's happening:
1. User visits an article and clicks 'Mail a friend'
2. User is presented a form, fills this form correctly
3. After clicking 'Send' the form is handled and an e-mail is sent to a friend
4. User visits a different article and clicks 'Mail a friend' again
5. User is presented with the form, but all fields are filled... This should not be the case.
Now the first thing that popped to my mind when I saw this 'bug', was: 'End of flow!'. However, in the 'Flow' tab of the form, I can see a mailhandler and a requestrouter that sends the user back to the previous page, with 'endofflow' enabled.
When I view the article with xmldebug I can see the flow of the form visible, which shouldn't be the case as endofflow is enabled.
Think I'm missing out on a detail here, any clues as to why the form is still filled and available in xmldebug?