index.html

changeset 8
09d33857ca04
parent 6
2ce4c2abf346
child 11
bf6a0898e613
--- a/index.html	Mon Mar 08 14:38:22 2010 +0000
+++ b/index.html	Wed Mar 10 11:27:46 2010 +0000
@@ -29,12 +29,12 @@
 	<div id="support-chat">
 		<div id="support-question">
 			<h2>What is the nature of your question?</h2>
-			<select>
+			<select id="support-question-type">
 				<option>Sales</option>
 				<option>Technical</option>
 			</select>
 			<h2>What is your name?</h2>
-			<input id="support-question-type" type="text" />
+			<input id="support-question-name" type="text" />
 			<h2>Your question:</h2>
 			<textarea id="support-question-text"></textarea><br/>
 			<input id="support-question-submit" type="submit" />

mercurial