0
Résolu

"save text"

Lynsey Hull il y a 10 ans mis à jour par Alin Alexandru Matei il y a 10 ans 0

Is there any way to have user input text boxes?

Solution

Solution
Résolu

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

Résolu

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.

Solution
Résolu

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