JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: added fieldset support
[wfpl.git] / metaform / main.html
index f15b49e..c7e02bc 100644 (file)
     <p><input type="checkbox" name="opt_pass~opt_pass checked~" value="Yes"> Password protect this form.</p>
 
        <p>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: <!--~types {~--><!--~types_sep {~-->, <!--~}~-->~type html~<!--~}~-->.</p>
-       <p>Example:<br><pre>
+
+       <p>You can start a labeled fieldset by putting a <code>{</code> at the end of a lite with the caption. Then end the fieldset with a <code>}</code> on a line by itself</p>
+
+       <p>Example:<br><code><pre>
+email     textbox
+contact info {
 name      textbox
 phone     phone
+}
 comments  textarea
-agree     yesno</pre></p>
+agree     yesno
+</pre></code></p>
+
     <p>Fields: 
     <textarea rows="10" cols="40" name="fields">~fields html~</textarea></p>