kirkouimet / jformer

jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms.
http://www.jformer.com/
155 stars 47 forks source link

Register form example does not work #2

Open treffynnon opened 13 years ago

treffynnon commented 13 years ago

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();

zandersays commented 13 years ago

Great catch! We are reworking all of the examples right now, and hope to have them up soon.