Submitted by: Eng. Mahmoud
The question is how to divide answer into two controls for example if i have drop down list contains multiple answer and text box then i will choose an answer from drop down list and concatenate it will value in text box to be the answer of the question how to achieve that.
Answer
- Inside one question you cannot pass on results between answeroptions. You can pass on answerresults between questions. E.g. answer from question one including dropdownlist can be passed on to question two textfield (use [[pipename]] ).
- The option you describe is not possible.