View difference between Paste ID: qpjnnaEB and za1S4y8b
SHOW: | | - or go back to the newest paste.
1
<label>List all the contact methods you have available to you</label>
2-
	<select multiple="multiple">
2+
	<select multiple="multiple" size="3">
3
		<option value="email">Email</option>
4
		<option value="mobile">Mobile</option>
5
		<option value="snail">Snail Mail</option>
6
		<option value="nopref">No preferance</option>
7
		<option value="nocontact">Please do not contact me</option>
8
	</select>