When building the application forms, is it possible to create a conditional field that produces a unique id number for each applicant using the data that they have submitted?
When building the application forms, is it possible to create a conditional field that produces a unique id number for each applicant using the data that they have submitted?
Sure, it's possible to generate a unique id and store it with the entry. But it's a customization and would require some custom code and using one of the available hooks to interact with the form.
Here is an example of generating a random number and populating a field with it: