supernatural Posted March 20, 2012 Posted March 20, 2012 When user enter data in certain fields, is it possible to display password character like ********. This is to hide the actual data from onlooker
Vaughan Posted March 21, 2012 Posted March 21, 2012 No, nothing that is actually secure. Apart from making the text colour the same as the background or something similar. However if you use a custom dialog, it has a "password" option that does what you want. :)
Ocean West Posted March 21, 2012 Posted March 21, 2012 you could use a script trigger after every character entered it would set the value into another field replacing a bullet into the user's entry field.
supernatural Posted March 21, 2012 Author Posted March 21, 2012 Sorry I forgot to mention I am using IWP. So custom dialog and script trigger is out of question. May be making text color the same as background might be enough
Vaughan Posted March 21, 2012 Posted March 21, 2012 My bad for not picking up the IWP forum it was posted in...
James Gill Posted June 14, 2012 Posted June 14, 2012 I'm running into this issue right now as well. The workaround that we're using, albeit not yet 100% reliable, is to actually edit the javascript used to render the IWP pages and check to see if the word "password" exists in text immediately to the right of the field. If it does, then a custom piece of code is called that converts the field type from text to password. Like I said, it's not 100% reliable and doesn't work 100% across different browsers. If you're simply trying to create a login page then it might be easier to just use Filemakers built in authentication page. Why Filemaker didn't implement a data formatting option to mask text is beyond me and really limits the ability to even use IWP when security is a major concern.
Recommended Posts
This topic is 4812 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now