Saving content from three separate editable textboxes to a single editable textbox slot

Hi, not sure if I get correctly what you want to achieve, but you can SetText in those Editable Text boxes, so you get text from 3 initial text boxes, append them and set to a new text box. Or if you save those text as strings, just append those string and set it in the same way.

1 Like