how do i make the first form entry that gets sent to the csv go under column heading...?
(i.e.)
I have headers that say Name, Age, weight... and the user submits a form with the following saying Bob, 72, 291... then the data gets sent to the csv... I want all of the data to go under those headers but unfortunately it goes on the same line....
How do i fix that so that it'll display its results under the headers!
WILL POST MY CODE IF NEEDED!