hi, i have a project to do and i want to be able to change the fields on a form on the fly. what i mean by that is that i want to change the value of a field in a HTML form using javascript in real time.

for example, lets say i have a form and i want the user to see the information as they enter it or type it in the browser

i want to have to boxes, one where the user enters the information and the other one where the user sees the information as they enter it. i want the script to show the values each field in the web form to the user

can that be possible?