Question

How to create UUID in JSNI for each input element. Each time of call the id's of the input elements must change and new entries must be inserted in database with every new form.

Was it helpful?

Solution

Finally succeeded in doing so by getting the values directly in variable by fname=a.value; where a is the input box of jsni and fname is the variable where the value is being stored.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top