Welcome Guest, Not a member yet? Register   Sign In
is there any better way to higlite the form fields via Codeigniter FORM_VALICATION class?
#4

[eluser]CroNiX[/eluser]
Code:
<input type="text" id="name" name="name" <?php if(form_error('name')) echo 'class="some-highlight-class" '; ?>/>

Or something like that. Then just have "some-highlight-class" defined in your stylesheet.


Messages In This Thread
is there any better way to higlite the form fields via Codeigniter FORM_VALICATION class? - by El Forum - 12-04-2009, 04:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB