That's perfect, thank you! Then I can write my own logic to block saving in those situations where the user creates data that the database will reject. All else can be submitted. Very nice to wake up to this, thanks again!
Take care, Jim On Nov 13, 8:45 am, Jörn Zaefferer <joern.zaeffe...@googlemail.com> wrote: > Maybe not the solution you're looking for, but easy enough to give it a try: > By adding a class of "cancel" to a "save anyway"-submit-button, the > validation is skipped and the form submitted. > > Jörn