PHPMailer is not pulling data from the HTML form Im calling it in
The problem is that when I try to send the contents of the HTML form with PHPMailer it does not grab the data from the form.
Tried with many possible solutions but none of them worked, and I think my formatting is correctly done, so I just kinda lost hope…
There is also a similar question marked solved but I watched that and there were only formatting problems, and the rest of the code looks real similar to mine.