thinwolfster
Posts: 3
|
| Posted: 12/08/2004, 5:00 PM |
|
I have some inputs in a form that can not be controls and if there is an error for the form the data the user input is not perserved.
Where and how can a check if there was an submition error so that i can save the values in the input.
Also where how can I set the value of the input so that it displays the informaion they entered not just blank.
Thanks Cory
|
 |
 |
ajmartin
Posts: 11
|
| Posted: 12/08/2004, 5:32 PM |
|
Why not use javascript (client side error checking) before you send the form, this way the fields would be preserved.
Adam
|
 |
 |
thinwolfster
Posts: 3
|
| Posted: 12/08/2004, 6:00 PM |
|
I did not think of that, I will see what I can do with that.
I have not done it befoer but i assume it is posible to make a java script error match the standerd codecharge error, if not that would be a reason i could not do javascript. As i want it to match the other errors on my site.
|
 |
 |
|