Skip to main content

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,


Reply