Hi Folks
I need to mask password entry and I tried this:-
<field type="password" variable="userpassword">
<description align="left"/>
<spec>
<pwd txt="Enter database password: " size="30"/>
</spec>
</field>
Just specifing 'text="password"' does not seem to work for me.
Any help greatly appreciated.
Regards