Hi,
I want to have some prompt that said password on my input text box, but it seems in input_password widget, there is no option of it, like the usual input_textbox.
If I' am using normal input_textbox, the text will appear when user inputting password.
What I want something like this :
Is there any way I can achieve that ?
Thanks in advance.
Hello tBt,
Just add a "placeholder" tag to the Extended Properties of the input password and add the text you want to show.
Cheers,
Eduardo Jauch
Hi Ed,
Thanks, it worked.