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