nico_icecold
03-13-2009, 01:35 PM
Hi Guys
Okay here Is the issue..
I am doing a form which is writing the info to a delimited file, where I am importing the data into CSV.
Now..to keep all the fields consistant with the headers everytome I copy it over, I need to have the data that is not required filled in automatically. I have done this, but I have an opt-in marketing box and need it to submit a value if the form is submitted and the box is left unticked.
Here is where I am so far:
if (app100.NoMarketing.checked == false){
app100.NoMarketing.checked.value = "Yes Marketing";
}
Anyone go any ideas?
Thanks in advance
Okay here Is the issue..
I am doing a form which is writing the info to a delimited file, where I am importing the data into CSV.
Now..to keep all the fields consistant with the headers everytome I copy it over, I need to have the data that is not required filled in automatically. I have done this, but I have an opt-in marketing box and need it to submit a value if the form is submitted and the box is left unticked.
Here is where I am so far:
if (app100.NoMarketing.checked == false){
app100.NoMarketing.checked.value = "Yes Marketing";
}
Anyone go any ideas?
Thanks in advance