Hi guys,
I need to show "Computer name/hostname" in Nintex form for SharePoint online, Classic form.
Also, it should be editable by the user.
Can you help me if you have any experience with that?
Thanks
Bahareh
Hi guys,
I need to show "Computer name/hostname" in Nintex form for SharePoint online, Classic form.
Also, it should be editable by the user.
Can you help me if you have any experience with that?
Thanks
Bahareh
You can do it with a script but only in IE
var ax = new ActiveXObject("WScript.Network");alert('User: ' + ax.UserName );alert('Computer: ' + ax.ComputerName);
Hi Fernando,
Thanks for your answer, I used this Javascript in IE but I give this error.
Regards,
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.