Copy link to clipboard
Copied
Hello, I'm creating exercise for users to learn step by step process in with some online platforms. One step is creation of clog-in credentials. I would like to have entry box for user password which will simulate Password field for loging-in. User must enter her/his password with folowing Conditions as input/entry minimaly 8 characters long
AND
minimaly one capital letter
AND
minimaly one special character
AND
minimaly one number.
When thay create their password "Next" button is Enabled. Is there any way to make such option with text boxes, advanced actions, variables...? Thanks.
Copy link to clipboard
Copied
You can find my response to a similar question about validating password requirements at the thread below. It is a bit complex and would require some JavaScript.
Hopefully it helps.
Copy link to clipboard
Copied
I'm working on a password checker that you can embed in Captivate as iFrame content.
It is a bit tricky 😉
I should end up having both a version where you can embed the code in your file and use TEB's inside Captivate and also complete embedable app with HTML, CSS and assets.
Here you have some cut outs from my source.