diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-26 22:19:55 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-26 22:19:55 +0200 |
commit | 1706f606aee70f6e07bdc533f362a69a16856bb6 (patch) | |
tree | 2edfe600520eb406d62e7a370ff71d92971dacce | |
parent | 66bc2ad56cd7dcaab7f07d5357e25ea577460a8e (diff) |
-rw-r--r-- | user_guide/libraries/form_validation.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 3da5c31f4..cd5bc2a81 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -493,6 +493,8 @@ permit you to re-populate <select> menus, radio buttons, and checkboxes.</p> <code><input type="text" name="<kbd>colors[]</kbd>" value="<?php echo set_value('<kbd>colors[]</kbd>'); ?>" size="50" /></code>
+<p>For more info please see the <a href="#arraysasfields">Using Arrays as Field Names</a> section below.</p>
+
@@ -655,6 +657,7 @@ individually.</p> <input type="text" name="<kbd>options[size]</kbd>" value="<?php echo set_value("<kbd>options[size]</kbd>"); ?>" size="50" />
</code>
+<p>For more info please see the <a href="#arraysasfields">Using Arrays as Field Names</a> section below.</p>
|