From: Jason Woofenden Date: Mon, 8 Nov 2010 05:37:14 +0000 (-0500) Subject: metaform: fix typo and improve example X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=e09ce518fa4526e8832d81e7693f30991abb0a48;p=wfpl.git metaform: fix typo and improve example --- 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
 }