How do I reset a field in a form that has being set with set_field_error in a frontend function, after a valid value has been typed? Most I can do is "clear" the error message, or rather overwrite the message with an empty string.


Any orientation appreciated