Can you set a text type to "Password" within a side-by-side table text entry? | XM Community
Skip to main content

Can you set a text type to "Password" within a side-by-side table text entry? 

Yes, you can do it with JavaScript. Locate the input element with jQuery then set the type attribute to password. Something like:
jQuery(element).attr("type","password");


Leave a Reply