HelloHas anyone tried to make a field in a dct that is like a input type password in html, we have searched all over and can't find anything that we could use.This means that when ever the user types something in the field, it shouldn't be viewable, only stars should be shown.best regards,Mats
Make a CGI callout for this item and use input type="password" to populate it. If I were you, I would not even show the item itself on the Form, just "Set Password" button to invoke CGI.Make sure that the item is hidden, you'll have issues here as well. Disregard some DevNet recommendations to hide/expose items dynamically using FormAPI. That works only in Edit mode so your password may become visible in View Mode if you follow this route.Alternatively, you may store your password as TS Extended Attribute rather than DCR Item. That will have its own hide/expose issues though
If you don't mind, can you post your solution, so that people can take help of your solution
Has anyone tried to make a field in a dct that is like a input type password in html