For anyone that can help...I am trying to enter three separate lines of text in a Memo field either when the form is opened or as soon as you enter the Memo field. The three lines of text are:
1. What is your current role?
2. What are you seeking in your next position?
3. Is there anything else you would like to see in your next role?
I also only want the text to appear if no other text is present. So far I can get it to appear in a long string:
1. What is your current role? 2. What are you seeking in your next position? 3. Is there anything else you would like to see in your next role?
but not as individual lines...it also appears every time the form is opened regardless if there is other text already in the field (it adds the string above to whatever is in the field already).
My goal is to have this be a template for the field...but also give the ability to the interviewer to overwrite the field if need be.
Any help would be greatly appreciated.