+ 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?
2 Réponses
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.
0
Thanks!