aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw4/strap012/MyForm.html
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-03-09 16:07:41 -0600
committerRossTheRoss <mstrapp@protonmail.com>2021-03-09 16:07:41 -0600
commit3fccd92d040d4a127f7e3503190009ae2607c0be (patch)
treed9cb120cb72d4acf84e594dd61f5013b1e6bb63b /csci4131/hw4/strap012/MyForm.html
parentits borked (diff)
downloadhomework-3fccd92d040d4a127f7e3503190009ae2607c0be.tar
homework-3fccd92d040d4a127f7e3503190009ae2607c0be.tar.gz
homework-3fccd92d040d4a127f7e3503190009ae2607c0be.tar.bz2
homework-3fccd92d040d4a127f7e3503190009ae2607c0be.tar.lz
homework-3fccd92d040d4a127f7e3503190009ae2607c0be.tar.xz
homework-3fccd92d040d4a127f7e3503190009ae2607c0be.tar.zst
homework-3fccd92d040d4a127f7e3503190009ae2607c0be.zip
Almost finish redirect
Diffstat (limited to 'csci4131/hw4/strap012/MyForm.html')
-rw-r--r--csci4131/hw4/strap012/MyForm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/csci4131/hw4/strap012/MyForm.html b/csci4131/hw4/strap012/MyForm.html
index 4000667..43529cd 100644
--- a/csci4131/hw4/strap012/MyForm.html
+++ b/csci4131/hw4/strap012/MyForm.html
@@ -22,7 +22,7 @@
<form action="http://localhost:9001" method="post">
<p class="Form">
<label>Name:
- <input name="name" pattern="[A-za-z0-9]+" required title="Contact's name must be alphanumeric." type="text" size="25" maxlength="30" id="name"><br><br>
+ <input name="name" pattern="[A-za-z0-9 ]+" required title="Contact's name must be alphanumeric." type="text" size="25" maxlength="30" id="name"><br><br>
</label>
<label>Category:
<select name="category" required id="category" size=3>