JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform actually sends e-mails now. and presents thankyou message
[wfpl.git] / metaform / template.html
index 426be60..edff985 100644 (file)
@@ -6,7 +6,7 @@
 </head>
 
 <body>
-<!--~body start~-->
+<!--~~form start~~--><!--~form start~-->
   <h2>~form_name~ entry form</h2>
 
   <form action="~form_name~.php" method="post">
@@ -17,6 +17,9 @@
 <!--~end~--><!--~submit start~-->      <tr><td class="submit_row" colspan="2"><input type="submit" name="~name~" value="~caption.attr~" /></td></tr>
 <!--~end~-->    </table>
   </form>
-<!--~end~-->
+<!--~end~--><!--~~end~~-->
+<!--~~thankyou start~~-->
+  <p>Thank you for taking the time to fill out this form.</p>
+<!--~~end~~-->
 </body>
 </html>