Hi,
I have a strange problem with strings. I have a form, which consists of four pages and I have HTML <text areas> on the first page. I use hidden input types to post the variables from page one and two where they are processed. It seems that if I post the form from page1 to page2 using get method all strings from text areas are ok, but if I go from page 2 to page 3 using hidden input types, only the first word of the string written to text area remains in the variable...
I have tried both post and get methods, but it seems that it does not help and i need another solution in handling my forms...Anybody got a clue how could I best do that?
Pertti