欧芹形式将无法验证

Parsley form will not validate

我试图在 jsfiddle 中复制示例 bootstrap/parsley 表单 bootstrap 3 欧芹 2.2.0-rc4 http://jsfiddle.net/bwolfsohn/9wfjo94w/14/

表单弹出信息:耶,一切正常.. 然后出错:

{"error": "Shell form does not validate{'html_initial_name': u'initial-js_lib', 'form': <mooshell.forms.ShellForm object at 0x2971b90>, 'html_name': 'js_lib', 'html_initial_id': u'initial-id_js_lib', 'label': u'Js lib', 'field': <django.forms.models.ModelChoiceField object at 0x2997bd0>, 'help_text': '', 'name': 'js_lib'}{'html_initial_name': u'initial-js_wrap', 'form': <mooshell.forms.ShellForm object at 0x2971b90>, 'html_name': 'js_wrap', 'html_initial_id': u'initial-id_js_wrap', 'label': u'Js wrap', 'field': <django.forms.fields.TypedChoiceField object at 0x29974d0>, 'help_text': '', 'name': 'js_wrap'}"}

原始样本位于: http://parsleyjs.org/doc/examples/simple.html

我不太确定那个错误是什么,但我已经更新了这个例子,希望它能让事情变得更清楚更好。

好的..这看起来像一个 jsfiddle 问题... 我手动加载它并 运行 它在 codepen 上没有问题...

http://codepen.io/bwolfsohn/pen/dGbePr

You've just POSTed to a Pen.
Values Posted
fullname    brian wolfsohn
email   brian@cus.com
gender  M
message     
Values as JSON
{"fullname":"brian wolfsohn","email":"abc@def.com","gender":"M","message":""}