How can I create a functional comment section? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I create a functional comment section?

I need a lot of help! How can I create a simple comment section using CSS, JS and HTML?

7th Jul 2019, 8:00 AM
JBuster
2 Answers
0
ill use psuedo code logic. html = comment form. javascript = var formdata = get comment form data. create element <p> insert var formdata </p> basically you create the commenr form..use javascript to pull that data..use js to create a new html paragraph with that input.
7th Jul 2019, 8:47 AM
Jason Kennedy
0
Thanks!
7th Jul 2019, 9:16 AM
JBuster