I have setup my web application settings password policy to be over 8 characters, require a number and capital letter. I’ve got the condition working for the 8 and over characters with count, but just wondering how I can pass the number and capital letter from the password - I assume Regex would be needed?
And yes thanks for the tip about the Instant Text plugin, been meaning to give it a try and implement as the built in Bubble checker has a bit of lag to it.
Thx guys this is great but having issue with livetext getting input for password element. My password element has ID attribute pw and then on livetext A i add pw to Element ID. Is this correct?
That looks correct. The live text element sometimes has issues when using the default of visible on page load. I always uncheck that box on the element properties and then set it to visible using a workflow action on the page loaded event. Not sure that is the issue here, but the developers recommend this method.