Required Input fields in ADF form asterix alignment
Hi All,
I have a login form with two fields username and password which are both mandatory
I want to display it like this
Username * | |
Password * | |
when I choose required in the Property window it shows up like this
* Username | |
* Password | |
How do I bring it the asterix to the right of the label. I don't want to change the label value from 'Username' to 'Username *' as a workaround. Also the asterix needs to be red.
Please suggest
Thanks