|
Okay, I have been directed here after countless tries at resolving an issue. I have a form on my site and I am using form2mail. When the form is submitted I am getting all of my data but it is out of order so I am using the line:
<input type="hidden" name="sort" value="order:Insured Name,DBA,FFIN or SSN,Yrs with Workers Compensation,Business Zip Code,Last Year Premium Paid,Current MOD,IF yes how long in yrs,Cur Yr Ins Carrier" />
Once the line is inserted and the page uploaded. When the form is submitted I only get some of the values. For instance right now all I get when submitted is the DBA value. And now looking at it I thought that it was because of the spaces in the list but I have just tried it without the spaces and it still only returns the DBA value.
Does anyone know what is wrong with this line or another way to sort these values in the email?
Thanks
Task
|