Forums

Full Version: How to Auto Generate any ID in dashboard designer?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Script:-

var id = "E" + Math.random().toString(4).slice(2);
var e=id.substring(0,3)