Changed at 12 November 09 / 12:17
Hi! Is it be possible to detect whether an input field is changed or not?
Normally the best way to do this, is by adding an hidden input field with the original value. Comparing this hidden field with the related text field (after submitting), will tell you whether the field is changed or not.
Unfortunately, this would mean a lot of extra code. Is there a built-in solution for this in FormHandler?