We have a License to Enter (LTE) form I would like to recreate in Survey123. On our paper form, the person has to write in their name twice, once at the beginning and then at the end. Is there a way to take what they fill in at the beginning of the form in a Singleline Text and have it populate a Singleline Text later at the bottom of the survey? The survey form needs to read like our LTE, so the landowner understands what they are signing. It seems redundant to have it in both places when I plan on uploading a template of our form and have the feature report populate in the spaces I need it to for a copy for them.
Thanks, that was helpful. I used concat(${full_name},' ',${last_name}, ', Owner') in the calculation field of Q2 in the XLSForm that take whatever was put in Q1 & put it into Q2.