In the second page of the checkout on the site I am building with Business I have a slight problem with a user defined field.
I have a textarea with the following info in it:
<textarea name="GENERALWHYBUY" cols="60" rows="8" wrap="PHYSICAL" id="GENERALWHYBUY" size="40">
Make and Model:
Car Type:
Year:
Engine Size:
Details of modifications / add-ons already made:
Have you dealt with us before: Comments:
</textarea>
For some strange reason since I upgraded to 6.1.3 from 6.1.0 the other day the textarea is now not displaying as it did before!
It should display with the carriage returns inplace so that the user can add comments if they wish to, to each line within the text area. Instead all the carriage returns are being stripped out by Actinic when publishing the site.
I tried ringing Actinic support today but got no help whatsoever. They didn't even know what a textarea was
Can any of the developers here shed any light on this?
Thanks in advance
I have a textarea with the following info in it:
<textarea name="GENERALWHYBUY" cols="60" rows="8" wrap="PHYSICAL" id="GENERALWHYBUY" size="40">
Make and Model:
Car Type:
Year:
Engine Size:
Details of modifications / add-ons already made:
Have you dealt with us before: Comments:
</textarea>
For some strange reason since I upgraded to 6.1.3 from 6.1.0 the other day the textarea is now not displaying as it did before!
It should display with the carriage returns inplace so that the user can add comments if they wish to, to each line within the text area. Instead all the carriage returns are being stripped out by Actinic when publishing the site.
I tried ringing Actinic support today but got no help whatsoever. They didn't even know what a textarea was
Can any of the developers here shed any light on this?
Thanks in advance
Comment