I am using Survey123 Connect version 3.20.63. I am creating a survey that will mainly be completed using a mobile device. I created a multiline text type field where I would like the placeholder hint to be displayed in a text-wrapped format. Currently the text continues to flow across the one line and out of visibility without wrapping to the next line. Is there a way to wrap the placeholder hint?
Survey123 Connect automatically wraps text in hints by default:
It will be easier to work out what is gong wrong with yours if you upload your xlsx sheet.
The hint is wrapped automatically but if you want to display that hint as a placeholder (using placeholderText=@[hint] in the body::esri:style column) inside of a multiline text box which can be automatically typed over, it does not wrap. I want the hint depicted as a placeholder within the textbox to wrap instead of continue on into infinity on one line. This is currently what it looks like. I feel there must be a way to modify this.
You could add "<br>" where you want the breaks in your hint to be if it is static text.