From cd20b5d1864e3c0f2d9ce8b9d186c201e5d89c00 Mon Sep 17 00:00:00 2001 From: Daniele Procida Date: Sun, 8 Jun 2014 19:30:52 +0100 Subject: Fixed #22796 -- Added a more basic explanations of forms. Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews. --- docs/ref/forms/api.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 10e85b4019..8909d5c916 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -376,6 +376,8 @@ You can write code to perform validation for particular form fields (based on their name) or for the form as a whole (considering combinations of various fields). More information about this is in :doc:`/ref/forms/validation`. +.. _ref-forms-api-outputting-html: + Outputting forms as HTML ------------------------ @@ -492,6 +494,8 @@ it calls its ``as_table()`` method behind the scenes:: +.. _ref-forms-api-styling-form-rows: + Styling required or erroneous form rows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3