JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: new syntax for options, fix radio
[wfpl.git] / metaform / main.html
index c0057c2..6454440 100644 (file)
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="opt_public_form~opt_public_form checked~" value="Yes"> But with publicly accessible submission form<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="opt_public_display~opt_public_display checked~" value="Yes"> But with publicly accessible view page.</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>Below, specify the fields you'd like in your form, one field per line. You can (optional) add a field type at the beginning of the line. The following field types are available: <!--~types {~--><!--~types_sep {~-->, <!--~}~-->~type html~<!--~}~-->.</p>
 
        <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     textbox
+email
 contact info (all required) {
-name      textbox
-phone     phone
+name
+phone
 }
-comments  textarea
-color     pulldown Red,Green,Blue
-agree     yesno
+pulldown color
+       Red
+       Blue
+       Black
+textarea comments
+yesno agree
 </pre></code></p>
 
     <p>Fields: