Relative Content

Tag Archive for javascriptphphtmlformspost

PHP – Form doesn’t submit $_POST on a Div text

I cannot get this “about_me_container” div in this form to submit the $_POST. I understand divs aren’t meant to be used with $_POST so I changed the div into input type=”text” and textarea but it still will not work. I also tried to add the text from “about_me_container” to add to the “hidden_about_me” through Javascript. What am I doing wrong? Or can you just point me in the right direction? Thank you