Form that remembers the data inputed
Posted: Tue Aug 22, 2006 7:56 am
I have a complex form (number text fields to complete, a dropdown to be selected) and I validate using PHP. But all the data who was correctly introduced is lost. I thought putting all the in session variables (for each element of the form) but there is a "small" problem the data which was previously complete appears on top of the form.
Any ideas how could I putt the old data from the session in the form' s fields after receiving a error message.
Any ideas how could I putt the old data from the session in the form' s fields after receiving a error message.