Roll call system, and update forms to method=post
[bpt/portal.git] / contact.mlt
index eed7986..d7d0fd8 100644 (file)
@@ -13,7 +13,7 @@ if $"cmd" = "add" then
 
 <h3><b>Modify contact entry</b></h3>
 
-<form action="contact">
+<form action="contact" method="post">
 <input type="hidden" name="save" value="<% id %>">
 <table>
 <tr> <td align="right"><b>Kind</b>:</td> <td><select name="knd">
@@ -56,7 +56,7 @@ if showNormal then %>
 
 <h3><b>Add new contact information</b></h3>
 
-<form action="contact">
+<form action="contact" method="post">
 <input type="hidden" name="cmd" value="add">
 <table>
 <tr> <td align="right"><b>Kind</b>:</td> <td><select name="knd">