The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
Client account edit, add and validation - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Form Validation: JS + PHP (https://forums.formtools.org/forumdisplay.php?fid=18) +--- Thread: Client account edit, add and validation (/showthread.php?tid=2737) |
Client account edit, add and validation - johnbleck2 - Nov 21st, 2013 Just a quick confirmation. When a client is logged in, adds submissions and updates existing submissions, the page template sets no longer apply for validations. Therefore, the server-side validation has to be modified yes? Where can I add -what files where rules.push("if:...") and rules.push("function,whatever") for client account updating and adding submissions from the client log edit and add as opposed to using the actual form to fill out the information? RE: Client account edit, add and validation - johnbleck2 - Nov 25th, 2013 in the documentation --- Note: currently, you cannot add server-side (PHP) validation to POST or "direct submission" forms. This feature is only for forms that submit their content via the API. Is what I am describing in my first post a "direct submission form"? |