Welcome Guest, Not a member yet? Register   Sign In
Displaying error messages below the field
#3

(08-10-2016, 03:29 AM)InsiteFX Wrote: Your if statement is wrong see the CodeIgniter Users Guide - Input Library

PHP Code:
$this->input->is_ajax_request(); 

Also if you read the CodeIgniter Users Guide on the Form_validation Library you can place the error code below any field or at the top.

Yes there isĀ 
PHP Code:
echo form_error(''); 

function to do so but it work only we have normal POST type submit. please go through again my post you'll understand what exactly i want.
Reply


Messages In This Thread
RE: Displaying error messages below the field - by greenarrow - 08-10-2016, 07:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB