JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: use new syntax to show a template section
[wfpl.git] / metaform / main.html
index c7e02bc..8b7ab2c 100644 (file)
@@ -11,7 +11,7 @@
   <form action="~metaform_name~" method="get">
     <p>The form name should not contain any capitals or symbols (besides underscore)</p>
 
-    <p>File name: <input type="text" name="file_name" value="~file_name attr~">.html</p>
+    <p>File name: <input type="text" name="file_name" value="~file_name attr~" autofocus>.html</p>
 
     <p>DB table: <input type="text" name="table_name" value="~table_name attr~"></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>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>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>Example:<br><code><pre>
 email     textbox
-contact info {
+contact info (all required) {
 name      textbox
 phone     phone
 }