Sorry for being a noob but I\'m trying my best. I\'ve done and read everything I could find and I have never got this to work. Would really appreciate the help. The form id matc
Your textarea has a name="message" whereas you are looking for isset($_POST['text']) in the submission handler code
name="message"
isset($_POST['text'])