Prevent Umbraco 5 from remembering particular form values
When creating a form via surface controllers, Umbraco 5 handily fills in form field values upon validation failure. I would like to preserve this behavior for most fields, but omit it on selected fields (to force the user to re-enter those values). What is the best way to do so?
On a related note, is there a way to programmatically modify the previously-entered field values that Umbraco 5 will populate in the form?
Prevent Umbraco 5 from remembering particular form values
When creating a form via surface controllers, Umbraco 5 handily fills in form field values upon validation failure. I would like to preserve this behavior for most fields, but omit it on selected fields (to force the user to re-enter those values). What is the best way to do so?
On a related note, is there a way to programmatically modify the previously-entered field values that Umbraco 5 will populate in the form?
is working on a reply...