HI,
I have a form that has three text fields which are flowed on a page and set to expand to fit their content.
I have the content of these fields being set using Javascript, basically they are note fields which are automatically populated based on the selections the user makes.
At runtime all the text fields grow as expected and the content is there. However as soon as the form is submitted the content is not shown in the XML response file and there is no node in the XML that represents each of the note fields, all the other form fields are present and contain the entered data as expected. If I reopen the document to view the completed form all other fields maintain thier data and display correctly but the three text fields I have are empty. I can't figure out why this is?
Does this have something to do with flowing, or the fact that these fields are on different pages?
Anybody?
Thanks!