Expand my Community achievements bar.

displaying text from multiple text boxes in one text box

Avatar

Former Community Member

I have the user imputing text into separate text boxes on the first page. I want to be able to display the text from all text boxes into one text box on the second page. Thanks.

2 Replies

Avatar

Level 2

secondPageTextBoxName.rawValue = textBox1ToDisplay.rawValue + " " + textBox2ToDisplay.rawValue + "," + textBox3ToDisplay.rawValue

Avatar

Level 2

you can place at the exit event of each of page 1 textBoxes