Hey, I should start off saying I have never written a script nor worked with server side code like php. That being said, I found examples all over the web, tried to find combinations of code till I finally just started from the basics and tried to write it myself, and somehow ended up getting a code that actually works.
So I have a basic HTML form that needs to have all data from the form sent to a csv file. This works!
Now I applied it to a much bigger form that I wrote html code for, but I am having problems applying the php code.
It needs some work for the checkboxes; header(sending it to a url it doesnt do it); writing it to a csv file; Validating the first, last, email, age, before submitting; how to not move on if those aren't there. but the rest are fine being blank at times.
radios also when checked by accident can't be unchecked or go to our open text boxes to write their "other" possible treatment
I cant upload the csv's but they are simple, just having the heading of each section.
basicform.php
fputcsv.php
index.php
list of values and ids.txt