+ 5
How to Insert Form Text Into a Table?
using HTML/CSS/JS I am wondering if there is a way to create a form where you fill it out and hit a submit button and it will load the text into a table with pre-set CSS styling. Is there any example of this? I could not find an example when searching google.
3 ответов
+ 6
Maybe this example can help you understand..
https://code.sololearn.com/W9uCmsxCX15K/?ref=app
+ 7
Very helpful Calvin, thanks!
+ 2
You only must to use DOM to copy it. Try to do it using DOM and getting values from each field or even coding a JS which run when you submit form