Page 1 of 1

Creating a List from Input Fields

Posted: Sun Jan 08, 2012 2:36 am
by wv.wilson75

I am wondering how I can accomplish the following . . . as always, I need specifics with code (as I can not seem to grasp the concept of javascripts).

I have a few different input fields on my screen . . . Once they are all filled in, I have a button that when clicked, I would like the information to be "printed" on the screen below the input fields. . . then another can be entered and so on and a list of the entered data will all be viewable on the screen.

Furthermore, I want all the fields when rendered to the screen to be on one line per click of the button . . . so the results will look something like this....

Input 1 Input 2 Input 3
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Input 1 Input 2 Input 3
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Input 1 Input 2 Input 3
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Input 1 Input 2 Input 3
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Input 1 Input 2 Input 3
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .


Creating a List from Input Fields

Posted: Mon Jan 09, 2012 5:31 am
by maxkatz

Can you show a screen shot of how this might look? Can you build the UI in Tiggr - that shows the final result?