SIGNUP PAGE Error Validation

Discussion in 'Templates customization' started by theluckyy1, Jun 16, 2008.

  1. theluckyy1

    theluckyy1 New Member

    Joined:
    Jun 12, 2008
    Messages:
    8
    On my sign up page how can I make the validation messages go to their own line.

    As of now they display beside the text field which increases the overall width of the layout and breaks my page design.

    I want the red error messages to be on their own line.
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    I use a Div for this and post status messages to the Div.. depends a lot on your design
  3. theluckyy1

    theluckyy1 New Member

    Joined:
    Jun 12, 2008
    Messages:
    8
    I got it to work by just adding a <br/> to the end of each input.

    dirty but it works ...
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    good thinking and much simpler than my solution :) nice hack!

Share This Page