JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: new syntax for options, fix radio
[wfpl.git] / metaform / main.html
index 0103f65..6454440 100644 (file)
 
        <p>You can start a labeled fieldset by putting a <code>{</code> at the end of a line with the caption. Then end the fieldset with a <code>}</code> on a line by itself</p>
 
+       <p>Pulldown/radio options can be specified (one per line) indented below the field</p>
+
        <p>Example:<br><code><pre>
 email
 contact info (all required) {
-  name
-  phone
+name
+phone
 }
+pulldown color
+       Red
+       Blue
+       Black
 textarea comments
 yesno agree
 </pre></code></p>