From 8ed8192269cbaa7c8d47fc0608ca6169c4c9f237 Mon Sep 17 00:00:00 2001
From: genio
The above example would create a form that points to your base URL plus the "email/send" URI segments, like this:
-<form method="post" accept-charset="utf-8" action="http:/example.com/index.php/email/send" />
+<form method="post" accept-charset="utf-8" action="http://example.com/index.php/email/send" />
The above example would create a form similar to this:
-<form method="post" accept-charset="utf-8" action="http:/example.com/index.php/email/send" class="email" id="myform" />
+<form method="post" accept-charset="utf-8" action="http://example.com/index.php/email/send" class="email" id="myform" />
The above example would create a form similar to this:
-<form method="post" accept-charset="utf-8" action="http:/example.com/index.php/email/send">
+<form method="post" accept-charset="utf-8" action="http://example.com/index.php/email/send">
<input type="hidden" name="username" value="Joe" />
<input type="hidden" name="member_id" value="234" />
--
cgit v1.2.3-24-g4f1b
From c394dbd01d3dfc75357379077d673926118b2ef8 Mon Sep 17 00:00:00 2001
From: genio
Date: Tue, 6 Sep 2011 15:48:17 -0300
Subject: added the change to form_helper documentation to the change list
---
user_guide/changelog.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index fb6e4493a..cee8cc52a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -75,8 +75,9 @@ Change Log
Helpers
- Added increment_string() to String Helper to turn "foo" into "foo-1" or "foo-1" into "foo-2".
- - Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)
+ - Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)
- url_title() will now trim extra dashes from beginning and end.
+ - Fixed a couple of typos in the Form Helper documentation.
Database
--
cgit v1.2.3-24-g4f1b
From ec952d6694781140bbf95a589305d6a11e6a721e Mon Sep 17 00:00:00 2001
From: genio
Date: Tue, 6 Sep 2011 16:54:37 -0300
Subject: took out the changelog on the typo
---
user_guide/changelog.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index cee8cc52a..d9f28e96d 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -77,7 +77,6 @@ Change Log
Added increment_string() to String Helper to turn "foo" into "foo-1" or "foo-1" into "foo-2".
Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)
url_title() will now trim extra dashes from beginning and end.
- Fixed a couple of typos in the Form Helper documentation.
Database
--
cgit v1.2.3-24-g4f1b