Asterisk next to a textfield

Hi,

Is there a way to put an asterisk next to a text field in a form to indicate that that field is required, or i am going to have to use divs to lay them out.

Thanks.

There are many many ways… You can put the asterisk in the text label, as text, or as style (image of an asterisk as bg image, with padding to secure some room for it)…

do you have an example of exactly what you wan to do?

I have a form element that has text fields. Some of them are required fields, and i want users to know that by putting an ’ * ’ before the text field, so as to indicated that this field is required.

  • First Name
  • Last Name

Thanks.

Can’t you simply write the asterisk in the label?

http://vincent.polenordstudio.fr/snap/22qpv.jpg

Or in the placeholder?

http://vincent.polenordstudio.fr/snap/cbmz9.jpg

1 Like

Thanks. Don’t know why i did not think of that. Saved me extra work.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.