Having a weird problem that is causing all kinds of grief. I'm trying to output the form data to an email in my own kind of comma deliminated format.
Problem is, I'm getting an unwanted space before a specific group of {$FIELDNAMES} and an unexpected line break after said {$FIELDNAMES}.
If it helps, this is only happening to {$FIELDNAMES} where the original form has default placeholder text. The ones that don't are behaving properly.
I'm beginning to think having the default values in some fields are more trouble than they are worth, as far as Formtools goes. It is nice because I don't need to label each field...but, if my suspicions are correct, it seems to be causing all sorts of issues.
How would I go about checking what values are REALLY in the fields in question? Looking at them in Form Tools, they look fine.
UPDATE: OK, I don't think it is the default values. I submitted a form directly using Form Tools and I'm still getting the same weird behaviour. Weird. Well I'm stumped...
Problem is, I'm getting an unwanted space before a specific group of {$FIELDNAMES} and an unexpected line break after said {$FIELDNAMES}.
If it helps, this is only happening to {$FIELDNAMES} where the original form has default placeholder text. The ones that don't are behaving properly.
I'm beginning to think having the default values in some fields are more trouble than they are worth, as far as Formtools goes. It is nice because I don't need to label each field...but, if my suspicions are correct, it seems to be causing all sorts of issues.
How would I go about checking what values are REALLY in the fields in question? Looking at them in Form Tools, they look fine.
UPDATE: OK, I don't think it is the default values. I submitted a form directly using Form Tools and I'm still getting the same weird behaviour. Weird. Well I'm stumped...