This is the scenario. I've question form with single select question field.
When I select the question, it has to popup answer stateless form. Once I click ok button, data which I entered in answer stateless form need to go to the question form. I'll submit the question form, once after collecting all the answers.
I've the following issues,
1.I could pass data as querystring from question form to answer stateless form. But the vice versa couldn't.
2.Once the answer stateless window popup, question form lost all the data which I entered previously.
Pls help me to solve this issue.