Welcome Guest, Not a member yet? Register   Sign In
form validation error
#4

[eluser]pickupman[/eluser]
If you are using $this->validation->, you need to upgrade your version of CI, as that has been deprecated from the last 2 releases of CI. Please use the code button in the editor when posting code, so we can copy and paste it. Try:
Code:
<?php echo validation_errors();?>

&lt;?php for($i=1; $i < $num_dest; $i++);?&gt;
&lt;input name="field&lt;?php echo $i;?&gt;" type="text" value="&lt;?php echo set_value('field'.$i);?&gt;" /&gt;
&lt;?php endfor; ?&gt;

Make sure you are setting your validation rules in your controller.


Messages In This Thread
form validation error - by El Forum - 07-29-2010, 03:23 AM
form validation error - by El Forum - 07-29-2010, 09:56 AM
form validation error - by El Forum - 07-29-2010, 05:53 PM
form validation error - by El Forum - 07-29-2010, 07:23 PM
form validation error - by El Forum - 07-30-2010, 02:23 AM
form validation error - by El Forum - 07-30-2010, 11:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB