Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add id to example form
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Mar 15, 2011
1 parent bd01fe3 commit bb69de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/form.html
@@ -1,5 +1,5 @@
<h1>Example Form</h1>
<form action="/foobar" method="post">
<form action="/foobar" method="post" id="example_form">
<div class="element-wrapper">
<label>First Name: </label>
<input type="text" name="first_name" id="first_name" size="30" />
Expand Down

0 comments on commit bb69de0

Please sign in to comment.