wv.wilson75
Posts: 0
Joined: Fri Dec 30, 2011 2:53 am

Creating a List from Input Fields

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
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Creating a List from Input Fields

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

Return to “Issues”