Skip to main content
Inspiring
May 26, 2015
Answered

What is the text entry box submit button for?

  • May 26, 2015
  • 1 reply
  • 341 views

Hello,

I used to think the "submit" button set the value of the variable that the text entry box is attached to, but I just realized the value is set simultaneously as the user enters a value.  So now my question is what does "submit" actually do? 

This topic has been closed for replies.
Correct answer RodWard

It triggers the evaluation of the value in the associated variable of the text entry box.

1 reply

RodWard
Community Expert
RodWardCommunity ExpertCorrect answer
Community Expert
May 26, 2015

It triggers the evaluation of the value in the associated variable of the text entry box.

Inspiring
May 26, 2015

ok got it. : )