jformer icon indicating copy to clipboard operation
jformer copied to clipboard

jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms.

Results 11 jformer issues
Sort by recently updated
recently updated
newest added

It is only possible to view the documentation TOC - opening a subpage (like http://www.jformer.com/documentation/getting-started/) just throws errors: Fatal error: Call to a member function build() on null in /home/jform/jformer.com/php/utility/Element.php...

If the field is supposed to be an integer but is not required, the function should validate an empty value

hello, I couldnt find a forum page so i have raised my question as an issue. I would like to make a form using jformer that is loaded from an...

I spun my wheels for hours trying to get jFormer to work with the most recent version of jQuery (currently 1.11.0). Finally it occurred to me to try to use...

Sorry its not exactly an issue but can't find answer anywhere else. How on earth do you add a cancel button! lol Can use the HTML component but then it...

Since jQuery 1.9 $.browser was removed without replacement. Is it possible to change this part to $.support ?

Hi, thanks for this awesome framework .... there is a way to initialize the JFormComponentAddress ... from JFormer.php source code seems to be a problem .. thanks in advance Best

Hello, I am using your login demo. When I put the code on the root of my servers directory. It works, but when I put it into a sub folder...

the documentation says that there are 3 options for the 'label' on the page navigator http://www.jformer.com/documentation/form-features/page-navigator/ setting to title or prefixLabels gives the same result. My modification is to just...

The register form example provided here: https://github.com/kirkouimet/jformer/blob/master/examples/register-form.php does not work. Line 108 should be: `$registrationForm->processRequest();`