FUEL CMS Forum
Discussions
Activity
Home
›
pratiknagariya
›
Comments
Sign In
·
Register
Activity
Discussions
2
Comments
6
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
pratiknagariya
About
Username
pratiknagariya
Joined
February 2013
Visits
18
Last Active
April 2013
Roles
Member
Activity
Discussions
2
Comments
6
Comments
ok, Thanks
in
where can i add my image validation code excluding 'on_after_post' function.?
Comment by
pratiknagariya
April 2013
I have used $this->add_error method in my validation code but in get_errors() i am getting empty values ...or is there any other way to get all the errors? So based on the errors i will process the saved data.
in
where can i add my image validation code excluding 'on_after_post' function.?
Comment by
pratiknagariya
April 2013
But i don not want to save data if my validation code generates any error.
in
where can i add my image validation code excluding 'on_after_post' function.?
Comment by
pratiknagariya
April 2013
Thanks a lot
in
How to add multiple checkboxes in form_fields()
Comment by
pratiknagariya
April 2013
$options = array ('1'=> '1','2'=>'2','3'=>'3','4'=>'4','5'=>'5','6'=>'6','7'=>'7'); $fields['user_score'] = array('label' => 'Hotel Star Rating','options' =>$options , 'type' =>'checkbox' )
in
How to add multiple checkboxes in form_fields()
Comment by
pratiknagariya
April 2013
Check below code $options = array ('1'=> '1','2'=>'2','3'=>'3','4'=>'4','5'=>'5','6'=>'6','7'=>'7'); $fields['user_score'] = array('label' => 'Hotel Star Rating','first_option' => 'Please Select','options' …
in
How to add multiple checkboxes in form_fields()
Comment by
pratiknagariya
April 2013
Forum Software Powered by Vanilla