10383 Posts in 2197 Topics by 1711 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1355 Views |
-
No validation on Newsletter Subscription Page

5 December 2009 at 12:07pm
Hello!
I have newsletter-trunk-r94397 and SilverStripe-v2.3.3 installed. There is no validation enabled for the Newsletter Subscription Page. Could enyone help me to enable that feature?
I can send in the forms whatever I want, it's not checking for @ in the mailaddress for example...
Thanks
Jonas -
Re: No validation on Newsletter Subscription Page

6 December 2009 at 2:39pm
Solution:
For a working Newsletter subscription validation change the lines 140+141 in SubscriptionPage.php (version: newsletter-trunk-r94397) to:
Requirements::javascript("http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js");
Requirements::javascript("http://ajax.microsoft.com/ajax/jquery.validate/1.5.5/jquery.validate.min.js");cheers
Jonas -
Re: No validation on Newsletter Subscription Page

28 December 2009 at 8:57am
Thank you for this Jonas, one error down, now for the unsubscribe error.
| 1355 Views | ||
|
Page:
1
|
Go to Top |

