Roll call system, and update forms to method=post
[hcoop/portal.git] / support.mlt
index 2af6750..a9c64c9 100644 (file)
@@ -26,7 +26,7 @@ if $"sub" <> "" then
 
 <h3><b>Modify category</b></h3>
 
-<form action="support">
+<form action="support" method="post">
 <input type="hidden" name="save" value="<% id %>">
 <table>
 <tr> <td align="right"><b>Name</b>:</td> <td><input name="name" value="<% Web.html (#name cat) %>"></td> </tr>
@@ -86,7 +86,7 @@ if showNormal then %>
 
 <h3><b>Add new category</b></h3>
 
-<form action="support">
+<form action="support" method="post">
 <input type="hidden" name="cmd" value="add">
 <table>
 <tr> <td align="right"><b>Name</b>:</td> <td><input name="name"></td> </tr>