about summary refs log tree commit diff stats
path: root/signup.html
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-03-16 12:33:00 +0000
committerahriman <ahriman@falte.red>2019-03-16 12:33:00 +0000
commit966b37dc5931b99cd2a8a73c40b2d121e1ea42c1 (patch)
tree9becf734262f09e13e1f1db34df2cae99fc6111c /signup.html
parenta83206ce74a5d2e12a83f71672bb5a6583f2bc60 (diff)
downloadsite-966b37dc5931b99cd2a8a73c40b2d121e1ea42c1.tar.gz
tweaked form
Diffstat (limited to 'signup.html')
-rw-r--r--signup.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/signup.html b/signup.html
index 0d5ee4a..dc1d4b5 100644
--- a/signup.html
+++ b/signup.html
@@ -21,13 +21,13 @@
 		<br />
 		<form action="submit.php">
 			&nbsp;&nbsp;&nbsp;&nbsp;<h3>Desired Username:</h3><br />
-			<input type="text" size="32" name="username" /><br />
+			<input type="text" size="32" name="username" required /><br />
 			&nbsp;&nbsp;&nbsp;&nbsp;<h3>Your Email Address:</h3><br />
-			<input type="text" size="32" name="email" /><br />
+			<input type="text" size="32" name="email" required /><br />
 			&nbsp;&nbsp;&nbsp;&nbsp;<h3>What interests you about tilde.institute?</h3><br />
 			<input type="text" size="32" name="interest" /><br />
 			&nbsp;&nbsp;&nbsp;&nbsp;<h3>Paste Your SSH Key:</h3><br />
-            <input type="text" size="32" name="sshkey" /><br /><br /><br />
+            <input type="text" size="32" name="sshkey" required /><br /><br /><br />
 			<input type="submit" value="Submit" />
 		</form>
 	</div>