Remove form lock

By default, Cook is preventing forms from accidental unwished navigation.

A very common example is when the user is pressing backspace for deleting a character. If no input has the focus at that moment, then the browser will return back in the navigation history, loosing all your current inserted datas.

Here is the explaination for avoiding this feature.

Open the template file

views/myview/tmpl/myitem.php

Comment the following line

Get Started