1779 Posts in 582 Topics by 556 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2380 Views |
-
Form Validation not working if jquery is included

19 February 2010 at 2:36am
Hallo all,
I have strange problem:
Silverstripe form validation is not working any more as soon as I add jquery manually in Page.ss by<% require javascript(mysite/javascript/jquery.js) %>
I get following Error in Firefox when I press the send button of the form:
$("AngebotForm_AngebotForm").validateEmailField is not a functionit seems somehow jquery is not found. Perhaps the form validation add it´s own jquery and that causes the trouble?
I´ve created my form using a custom template as described here:
http://doc.silverstripe.org/doku.php?id=form#using_a_custom_templateMany thanx for your help,
florian -
Re: Form Validation not working if jquery is included

20 February 2010 at 9:56pm Last edited: 20 February 2010 9:56pm
Hey Spierala,
form validation is done using protype by default. If you want to use jQuery form validation you need to create your own form (tutorial available: http://www.ssbits.com/using-jquery-for-form-validation/ ) or use the module UserForm 0.2.x to create a form.
Did you check your sites sourcecode in your browser after page is rendered? Though it's more comfy to use firebug's "console" tab.
Did you check for version missmatch of your and the implicit loaded jquery.js?kind regards
Metin -
Re: Form Validation not working if jquery is included

21 February 2010 at 2:52am
heee metin,
funny, i did it already exactly that way using the same tutorial. works fine for me.
thanx,
florian -
Re: Form Validation not working if jquery is included

28 February 2010 at 11:38pm
Try jQuery.noConflict() if you use jQuery together with PrototypeJS.
| 2380 Views | ||
|
Page:
1
|
Go to Top |


