Do most people understand what * means when filling online forms

Discussion in 'HTML & Website Design' started by pipes, Feb 12, 2012.

  1. Wulkanen

    Wulkanen Well-Known Member

    Messages:
    2,429
    Likes Received:
    47
    Best Answers:
    3
    Trophy Points:
    175
    #21
    You could also use forms that display a "help box" next to the currently selected text box that your visitors are going to fill in.

    Like for example when the come to the area where the need to fill in their email it would say "eMail is required".
    For examples on what I mean, use the weebly.com built in forms to see for yourself, they are very user friendly. =)
     
    Wulkanen, Feb 16, 2012 IP
    pipes likes this.
  2. pipes

    pipes Prominent Member

    Messages:
    12,766
    Likes Received:
    958
    Best Answers:
    0
    Trophy Points:
    360
    #22
    I never suggested leaving it out, just wondering if everyone that see's an asterix understands what it means near form fields.
     
    pipes, Feb 17, 2012 IP
  3. wiicker95

    wiicker95 Well-Known Member

    Messages:
    438
    Likes Received:
    37
    Best Answers:
    10
    Trophy Points:
    100
    #23
    I can suggest one thing which may be really useful, when dealing with the asterisks.

    Add some onclick :

    • When a user clicks on the asterisk, a popup window appears, with all the info needed
    • When a user clicks on the same, it'll just automatically scrool down to the explanation (don't forget a "back to top" button)


    Or some onmouseover :)hover) :

    • When a user hovers the asterisk, a popup window appears, with all the info needed
    • Or something 4th, dunno what to put (out of ideas) :p

    You can also add some cursor: help; for both.

    Hope it helps ;)
     
    wiicker95, Feb 17, 2012 IP
    pipes likes this.