mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Fixed typo, live validation works again
This commit is contained in:
parent
b3805d2a8b
commit
9ac8500b41
@ -570,7 +570,7 @@ class UserDefinedForm_Controller extends Page_Controller {
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$("#Form_Form").validate({
|
||||
ignore: ':hidden'`,
|
||||
ignore: ':hidden',
|
||||
errorClass: "required",
|
||||
errorPlacement: function(error, element) {
|
||||
if(element.is(":radio")) {
|
||||
|
Loading…
Reference in New Issue
Block a user