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

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

  • 21 May 2020
  • 1 reply
  • 8 views

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


1 reply

Userlevel 7
Badge +27

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