I have a html form that is collecting data and I am trying to capture the data into a .csv file on my server as well as send an email to my associate. I am extremely new to php but have become very familiar with a general understanding of it. I am recieving the emails still but there is no input being displayed on the .csv file. Here is what I have come up with so far, CAN ANYONE PLEASE HELP ME!
HTML
<input type="hidden" name="recipient">
<input type="hidden"
name="subject" value="Marketing Kit Confirmation">
<input type="hidden" name="redirect"
value="a web address of your choice">
</div>
| NAME | |
| ADDRESS | |
| CITY | |
| STATE / PROVINCE | |
| ZIP / POSTAL CODE | |
| CHECK / MONEY ORDER # | |
| DATE SENT | |
|
|