JhumanJ / OpnForm

Beautiful Open-Source Form Builder
https://opnform.com
GNU Affero General Public License v3.0
2.26k stars 303 forks source link

[Feature Request] New field validation option: If exists (in DB) #619

Open brettnpath opened 3 days ago

brettnpath commented 3 days ago

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.

image