It would be fantastic if we could build into the frontend a couple of new validation options on a per-field basis. Effectively, if the order number already exists in a response (in the database) then don't allow the form to be filled again.
In this example, the order number is unique, and the form should only ever be filled once per order number.
It would be fantastic if we could build into the frontend a couple of new validation options on a per-field basis. Effectively, if the order number already exists in a response (in the database) then don't allow the form to be filled again.
In this example, the order number is unique, and the form should only ever be filled once per order number.
Hosted docker instance.