-
-
Well, in view file I load jQuery from here https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.1.min.js and bootstrap.min.js in header part and then in body this $form variable.
-
Hi. I'm building a form using form_builder class and I need this date picker field. I use the same code as is given in the example here: http://docs.getfuelcms.com/general/forms#date
-
-
I m using fuel version FUEL 1.4 uses CodeIgniter 3.x have created an model in
-
Thanks for the report. I've pushed a fix to the develop branch that you can test out:
-
-
That appears to be a server specific error. Does the server have something like SUHOSIN installed or some other security measure?
-
-
I found the error. It is in jquery.validate.js line 1063. The regex is defined as proposed here: https://html.spec.whatwg.org/multipage/forms.html#valid-e-mail-address
-
The fix was to the master branch of the Forms Module:
-
This is how the default version of CI is as well:
-
This appears to be an issue with the Form_builder class auto assigning a default value for the min and max. In your case if you view source, you'll see 2 max and min attributes on the element I'm ass…
-
The code for that is in the core JS file at fuel/modules/fuel/assets/js/fuel/custom_fields.js around line 241.
-
I am adding images using fuel system, by selecting the image uploaded earlier.
-
BASE_URL is defined in the fuel/modules/fuel/config/fuel_constants.php file which is included in from the fuel/application/config/constants.php. This file is one of the first things included upon ini…
-
sorry wasnt clear the codeigniter path. we used this on a codeigniter site version 3
-
You could try using the word_limiter or char_limiter functions from CodeIgniter:
-
https://github.com/daylightstudio/FUEL-CMS/issues/388
-
https://github.com/daylightstudio/FUEL-CMS/issues/388