Hi,
We use webflow to manage an advanced search form. As the user can continually refine his queries, we only use one view. At each transition, the user is redirected to the same view displaying his current query and corresponding search results.
Everything works fine when the user submit updated queries. But there is an issue when the user uses the back button.
1) User goes to attributeSearch.htm, is redirected to attributeSearch.htm?execution=e1s1 and see content of page "e1s1"
2) User fill in form and submit it
3) User is redirected to attributeSearch.htm?execution=e1s2 and see content of page "e1s2"
4) User modified the form and submit it
5) User is redirected to attributeSearch.htm?execution=e1s3 and see content of page "e1s3"
6) User pushes the browser back button
7) URL is now attributeSearch.htm?execution=e1s2 but user sees content of page "e1s3" in place of content of page "e1s2"
8) User pushes the browser back button
9) URL is now attributeSearch.htm?execution=e1s1 but user sees content of page "e1s2" in place of content of page "e1s1"
10) User can not use the back button anymore. No way go back to content of page "e1s1".
What could be the reason of this issue?
Or is it the normal behavior of weblfow?
Thanks,
Benoit


Reply With Quote
. 