summaryrefslogtreecommitdiffstats
path: root/static/volunteer
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-22 22:09:52 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-22 22:09:52 -0400
commit8395b98858f72c5d6c6d86236b9e25780d897c59 (patch)
tree3bed84ab422b066230ba987d336ba57ec5e9ac5b /static/volunteer
parent68cd349f5f828fb5cd86b242e5e70f669e6cb41a (diff)
static/volunteer/index.html: Update form elements.
Diffstat (limited to 'static/volunteer')
-rw-r--r--static/volunteer/index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/static/volunteer/index.html b/static/volunteer/index.html
index d9657c4..8f98ad8 100644
--- a/static/volunteer/index.html
+++ b/static/volunteer/index.html
@@ -20,13 +20,13 @@
<p>Volunteer for the Free Software Foundation of India.</p>
<form class="volunteer-form" method="post"
- action="/volunteer/submit">
+ action="/volunteer/submit/">
<div class="field">
<label class="label name">Name</label>
<div class="control">
<input name="name" class="input" type="text"
- placeholder="Your Name">
+ placeholder="Name">
</div>
</div>
@@ -34,15 +34,16 @@
<label class="label email">Email</label>
<div class="control">
<input name="email" class="input" type="email"
- placeholder="Your Email Address"
+ placeholder="Email"
required>
</div>
</div>
<div class="field">
- <label class="label email">How do you want to help us?</label>
+ <label class="label msg">How do you want to help us?</label>
<div class="control">
- <textarea name="help" class="textarea" required></textarea>
+ <textarea name="msg" class="textarea"
+ placeholder="Message" required></textarea>
</div>
</div>