In "Add New" page, if any fields (number, varchar) do not pass custom validations, my "Before Record Added" event will stop the application (by return false) and the user has to change the those failed fields' values. But what I found is that if you have a text field with "Use Rich Text Editor -Basic Rich Text Editor" option, that needs input on the same Add page, after the error prompt, all previous input in this text field has lost. It I don't select the "Use Rich Text Editor", all unsaved input will stay well. Any ideas on how to save what you have typed before in this field with Rich Text? Thanks.