I am trying to create a form with three drop-down lists and a text area. I use conversation as a scope. I end the conversation when the user clicks the submit button. The problem I am facing is the buttons problem. When you press the back button, the previous data is stored. If I try to select from the drop-down list, I get a message that the conversation is over. Is there a way that I can just reload the page from scratch? So, can users submit a new request?
source
share