|
|
|
|
|
by tmpz22
2034 days ago
|
|
You use hidden fields in the html form to preserve previous values and then compare them in your input validation code server side. You set the default value of input type text and text area to the previous value. If the value was blank before and after you save as null, otherwise you set it to the new value. |
|