From ff845f94cc8876bc6c23c2f55b695bc569038512 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 26 Jun 2008 17:05:55 +0000 Subject: changed your-site.com to example.com doc-wide --- user_guide/libraries/validation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/validation.html') diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html index b04f9f6b7..aee9e31c1 100644 --- a/user_guide/libraries/validation.html +++ b/user_guide/libraries/validation.html @@ -190,7 +190,7 @@ class Form extends Controller {

To try your form, visit your site using a URL similar to this one:

-www.your-site.com/index.php/form/ +example.com/index.php/form/

If you submit the form you should simply see the form reload. That's because you haven't set up any validation rules yet, which we'll get to in a moment.

-- cgit v1.2.3-24-g4f1b