Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php |
— | — | @@ -245,9 +245,9 @@ |
246 | 246 | $htmlOut = <<<HTML |
247 | 247 | <h4>Contact your representatives</h4> |
248 | 248 | <div class="sopaActionDiv"> |
249 | | - <form action="" method="GET"> |
| 249 | + <form action="." method="GET"> |
250 | 250 | <label for="zip">Your zip code:</label> |
251 | | - <input type="text" maxlength="10" size="5" name="zip"/> |
| 251 | + <input type="text" maxlength="10" size="5" name="zip" id="zip"/> |
252 | 252 | <input type="submit" value="Look up" name="submit"/> |
253 | 253 | </form> |
254 | 254 | </div> |