From e09ce518fa4526e8832d81e7693f30991abb0a48 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 8 Nov 2010 00:37:14 -0500 Subject: [PATCH] metaform: fix typo and improve example --- metaform/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metaform/main.html b/metaform/main.html index c7e02bc..3e2bb13 100644 --- a/metaform/main.html +++ b/metaform/main.html @@ -34,11 +34,11 @@

Below, specify the fields you'd like in your form, one field per line. After each field name, put at least one space, then the field type. The following field types are available: , ~type html~.

-

You can start a labeled fieldset by putting a { at the end of a lite with the caption. Then end the fieldset with a } on a line by itself

+

You can start a labeled fieldset by putting a { at the end of a line with the caption. Then end the fieldset with a } on a line by itself

Example:

 email     textbox
-contact info {
+contact info (all required) {
 name      textbox
 phone     phone
 }
-- 
1.7.10.4