diff --git a/user_guide_src/source/helpers/form_helper.rst b/user_guide_src/source/helpers/form_helper.rst index 68c7090408df..9a2d9f026abb 100644 --- a/user_guide_src/source/helpers/form_helper.rst +++ b/user_guide_src/source/helpers/form_helper.rst @@ -28,7 +28,7 @@ Escaping Field Values ********************* You may need to use HTML and characters such as quotes within your form -elements. In order to do that safely, you'll need to use +elements. In order to do that safely, you'll need to use the :doc:`common function <../general/common_functions>` :php:func:`esc()`. @@ -64,8 +64,8 @@ The following functions are available: Creates an opening form tag with a site URL **built from your** ``Config\App::$baseURL``. It will optionally let you add form attributes and hidden input fields, and - will always add the `accept-charset` attribute based on the charset value in your - config file. + will always add the `accept-charset` attribute based on the ``$charset`` property in your + **app/Config/App.php** config file. The main benefit of using this tag rather than hard coding your own HTML is that it permits your site to be more portable in the event your URLs ever change. @@ -103,16 +103,21 @@ The following functions are available: