This topic is locked
[SOLVED]

 Hide a password field but still allow inline edit

1/13/2014 2:40:45 PM
PHPRunner General questions
B
bencroftweb author

I want to put asterisks instead of the password but also be able to inline add/edit - any ideas?
Edit as has the option but not View as.
Please help!

B
bencroftweb author 1/13/2014

Sorted!
Click on custom in 'View as'
Add
$value = '****'
Done!