Thanks for the reply.
1. In the course of filling out the form, how many times can postbacks to the server can occur?
I would say between 3 and 7 times. It depends on if they want to search for an existing customer, if they want to send the form by e-mail and some other options. I'm using 'panel' controls to hide/show the search options for instance and these require a postback.
2. Do you handle postbacks differently from non-postback?
Yes, a non-postback only sets some default options for the search function.
3. Did you enable v13wstat3 in the form controls?
Yes I did. The problem is that 99% of the times the form works without any problems and then all of a sudden someone loses their data. At any moment during the day there are people working at the callcenter who may use the form.
4. Does one need to login to use the module? If so, do one get logout when the loss of data happens?
Yes they need to login to use the module. I'm using the authentication module to automatically log people in. I've turned on the server log to see if the problem was caused by people getting logged out but that doesn't seem to be the cause.
5. Why don't you add a save button?
I've included one but because it also does a postback it may cause the data loss. I was looking into using AJAX to solve this but couldn't get it to work.
6. Happens with all browsers?
We only use Internet Explorer 6 at the company I work for.