There's any solution to create an random UUID and set the value into hidden field?
Hi @Rauzan Fikri and welcome to this community
Each record in ConfiForms has a unique identifier in the "id" field. You can try to use that - why do you need an extra field for that?
Alex
Because I have 4 fields in the same form that need to set the unique identity (UUID value)
something like this.
id, field 1, field 2, field 3, field 4, uuid field 1, uuid field 2, uuid filed 3, uuid field 4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the moment ConfiForms does not have a function to generate a unique value on demand - you can try the randomInt from https://wiki.vertuna.com/display/CONFIFORMS/Virtual+functions
And of course, we can implement a function that will help with generating the UUIDs on demand in later versions of the plugin
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ouhh Okay Alex Thanks.
For now we are serve the UUID from other form where the UUID is has uploaded by excel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.