I need to ask a user for personal information (name, address, etc) then echo that data back to them later.
For example:
What is your name?
What is your address?
Hi [name], I see that you live at [address]!
SUBMIT
Any clue how to make that happen?