How to Insert Form Text Into a Table? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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.

24th Oct 2017, 1:14 PM
Logan
Logan - avatar
3 Respuestas
+ 6
Maybe this example can help you understand.. https://code.sololearn.com/W9uCmsxCX15K/?ref=app
24th Oct 2017, 2:20 PM
Calviղ
Calviղ - avatar
+ 7
Very helpful Calvin, thanks!
24th Oct 2017, 3:31 PM
Logan
Logan - avatar
+ 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
24th Oct 2017, 1:52 PM
Daniel
Daniel - avatar