Welcome Guest, Not a member yet? Register   Sign In
re populate values into form
#1

[eluser]suba[/eluser]
Hi,
This is my code,
Code:
<input type="text" name="mark[]" value="<?php echo set_value('mark[]'); ?>"  />

I did some validation. Then when i get error message, the form did not repopulate the values in text box

please advise me, what is error in my code.?
#2

[eluser]rogierb[/eluser]
Hi,

Do you use the validation class or the form_validation class?
Why do you have a [] in your fieldname? It is not a radiobutton.
#3

[eluser]suba[/eluser]
Hi,
am using form_validation class.

Thanks.




Theme © iAndrew 2016 - Forum software by © MyBB