1

Entering content on input boxes

1805 0 1
Posted   2 years ago

I added an input box to my project for users to enter their ID #, however there is no button or option to "submit" or "enter" once they type in their ID in the box. 

How can I gather the info that is submitted through the input box? 

 

Comments

( 0 )

Answers  ( 1 )

1
avatar Paul Schneider   |    
Posted   2 years ago

The value (assuming you tied a variable to the input box) is automatically stored as they type it in.  If you have a variable evaluating or displaying the variable it will show up/trigger once they leave that input box.  You can, if you like, add a submit button for the user to provide a workflow/design, but that isn't required.

Comments

( 0 )