Page 1 of 1

How to add placeholders inside an input field

Posted: 07 Sep 2023, 00:24
by jtaljaard
Currently, there is the Value attribute which gives you the option to add text to an input field but once you remove the text it is just a blank input field again. I am trying to reduce the need for labels (please see attached images).

My idea is to use a placeholder like a website does when they ask you for your Email or Password.

Re: How to add placeholders inside an input field

Posted: 07 Sep 2023, 10:18
by Dino
Hi

If you use the extension multitype input, on top or instead your input field, you should have a placeholder property

https://axesdocs.lansa.com.au/index.php ... R5cGUiXQ==

Kind regards

Re: How to add placeholders inside an input field

Posted: 07 Sep 2023, 16:41
by jtaljaard
Perfect!!! Thank you so much!