I am having difficultys understanding the validation process. I have my stuff taged with validate: “NotEmpty”, but when i actualy leave the field empty and do dpfs.sendData(); validation is skipped and insted i get value of ‘undefined’ in that cell. I tried calling validating function with my submit but then i get my field in red, and when I input something it just dosen’t want to move on to sending data. I am really kinda stuck for hours in this and am sure it’s something pretty simple - Please gimmie a hint
I tryied to force validate my form with no luck. I am guessing that my dataprocessor is kinda skipping the validation process. I guess there’s some other trick to validate form when it is attached to windows?