I'm trying to make a textfield in a form visible (or enabled) based on another one (not a checkbox, but a textfield with custom letters and number) having exactly the value I choose (text or numbers)... sort of a password
Furthermore, I would like to have that same textfield, once visible or enabled, to have a default value which cannot be changed, unless you use another password, which unblock the form and allow a super administrator to change the default value
Hope that's clear
I'm not sure how to attach a file on here, but would appreciate if someone would post one with a real example
Any help appreciated
Thanks
P
if this.rawValue == "password"
secondTextBox.visible=false