form data is lost after validation failure

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
uow513
Posts: 4
Joined: 2016-04-17 00:44

form data is lost after validation failure

Post by uow513 » 2017-05-11 02:50

Hi. I searched the forum and could not find the answer to this. However I think I'm not the only one facing this issue.

I have a form based on a table. It includes quite a few fields. The form has a number of validations. Upon submission, if an error occurs, my user has to go back and start over again because all the data is lost.

Is there a way to retain the data already filled in and allow my user to correct it? Security is not an issue because the app runs on intranet behind firewall.

Any help is very much appreciated.

Regards,

James

R Tammam
Veteran Member
Posts: 113
Joined: 2017-08-26 15:35

Re: form data is lost after validation failure

Post by R Tammam » 2017-12-15 08:19

Hello uow513,

i recommend for you to use frontend validation instead of backend one , it will keep your data in forms

Post Reply