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

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

  • May 21, 2020
  • 1 reply
  • 21 views

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

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • May 21, 2020

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");