summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/form_helper.rst
diff options
context:
space:
mode:
authorMichiel Vugteveen <michiel@it-can.nl>2012-03-12 16:08:03 +0100
committerMichiel Vugteveen <michiel@it-can.nl>2012-03-12 16:08:03 +0100
commit28f102d93c9a34b195a514e504e1e66068ebbc30 (patch)
tree613e6d51e1318398bd5746805f7d8dde4b01dde2 /user_guide_src/source/helpers/form_helper.rst
parent492aa4207a59bee71390753b1bd25b83f001aae7 (diff)
typo
Diffstat (limited to 'user_guide_src/source/helpers/form_helper.rst')
-rw-r--r--user_guide_src/source/helpers/form_helper.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/helpers/form_helper.rst b/user_guide_src/source/helpers/form_helper.rst
index 95db51d37..4cb0cfd38 100644
--- a/user_guide_src/source/helpers/form_helper.rst
+++ b/user_guide_src/source/helpers/form_helper.rst
@@ -109,7 +109,7 @@ Or you can submit an associative array to create multiple fields
<input type="hidden" name="url" value="http://example.com" />
*/
-Or pass an associative array to the values field.
+Or pass an associative array to the value field.
::
@@ -134,7 +134,7 @@ If you want to create hidden input fields with extra attributes
$data = array(
'type'        => 'hidden',
- 'name' => 'email'
+ 'name'        => 'email',
'id'          => 'hiddenemail',
'value'       => 'john@example.com',
'class'       => 'hiddenemail'