S
shapper
Hello,
I have the following form:
http://flyonpages.flyondreams.pt/form.html
I styled the error because I need the error to have that look (Might
change the colors).
And I need the error message to be under the input.
Associated to some inputs I might display some comments.
Is it correct to use the following for the error:
<div class="Error">
<span>The name is required</span>
</div>
And the following for the comment:
<div class="Comment">
<span>Some extra comments needed</span>
</div>
Inside the comment if have more then one line or some list I can use P
or UL/OL
I think this structure is ok ... correct?
Thank you,
Miguel
I have the following form:
http://flyonpages.flyondreams.pt/form.html
I styled the error because I need the error to have that look (Might
change the colors).
And I need the error message to be under the input.
Associated to some inputs I might display some comments.
Is it correct to use the following for the error:
<div class="Error">
<span>The name is required</span>
</div>
And the following for the comment:
<div class="Comment">
<span>Some extra comments needed</span>
</div>
Inside the comment if have more then one line or some list I can use P
or UL/OL
I think this structure is ok ... correct?
Thank you,
Miguel