0
Beantwortet

"save text"

Lynsey Hull vor 10 Jahren aktualisiert von Alin Alexandru Matei vor 10 Jahren 0

Is there any way to have user input text boxes?

Antwort

Antwort
Beantwortet

Yes you can save the input text by using SetText with target being a text element. Basically this behavior will let the user write down what text he wants and then save it in the text element.

Or you can use the text element as a Note element.

To explain better I've attached a sample app with two pages. One page showing how to set a simple text to save the input user text. And the second page the same action but using the text element as a note.

251 - SetText.zip

Beantwortet

Yes you can save the input text by using SetText with target being a text element. Basically this behavior will let the user write down what text he wants and then save it in the text element.

Antwort
Beantwortet

Yes you can save the input text by using SetText with target being a text element. Basically this behavior will let the user write down what text he wants and then save it in the text element.

Or you can use the text element as a Note element.

To explain better I've attached a sample app with two pages. One page showing how to set a simple text to save the input user text. And the second page the same action but using the text element as a note.

251 - SetText.zip