I am working on an html page which has a form. I need to add the data from this form to the top of the page when the submit button is hit. The data is not to be saved , it just has to show at the top of the page.
Can anyone please guide me with this? Any online resource that could be helpful for this.
I suggest you look up how to work with JavaScript and forms. After that you simply build up a String from the different form values and output them in a div using innerHTML.
Bookmarks