Skip to content

Instantly share code, notes, and snippets.

@tobiastom
Created September 10, 2009 21:13
Show Gist options
  • Select an option

  • Save tobiastom/184832 to your computer and use it in GitHub Desktop.

Select an option

Save tobiastom/184832 to your computer and use it in GitHub Desktop.
<form action="/~tobias/Support.webapp/Public/profile.;update" method="post">
<dl>
<dt>Name</dt>
<dd><input type="text" name="name" value="Tobias Tom" /></dd>
<dt>Email</dt>
<dd><input type="text" name="email" value="[email protected]" /></dd>
</dl>
<p><input type="checkbox" id="passwordInterfaceOption" onchange="document.getElementById('passwordInterface').style.display=this.checked?'block':'none';" />
<label for="passwordInterfaceOption">I would like to change my password</label></p>
<dl id="passwordInterface">
<dt>Password</dt>
<dd><input type="password" name="password" value="" /></dd>
<dt>Password (Confirm)</dt>
<dd><input type="password" name="passwordConfirmation" value="" /></dd>
</dl>
<p>
<input type="submit" value="Update profile" />
or <a href="/~tobias/Support.webapp/Public/profile.;index">cancel</a>
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment