Hi there,
I have a table with unique numeric IDs in the first column.
Ideally, people will input data in that table through a form interface, but i really need to be sure that people are not inputting the same ID twice, so that if they do form submission is not sent and we show an error that says that they cannot input a duplicated ID.
I have not found any ways to do so anywhere on the net, the only way seems to be throuh Mini Extensions, but i would prefer to not use too many different providers, that’s why i’m using Interfaces.
Since we already use Softr i was considering moving the whole interface there, but i cannot find any evidence that Softr provides this kind of check.
Any help?