santropolroulant / volunteerdb

MIT License
1 stars 0 forks source link

Replace <label> with placeholder= #12

Open kousu opened 6 years ago

kousu commented 6 years ago

I personally think it's neater and tidier to use

<input type="text" placeholder="First name" name="firstname">

over

<label for="firstname">First Name</label><input type="text" name="firstname">

This is a user-facing change so I am holding off doing this during #1.