diff options
Diffstat (limited to 'csci4131/hw4/strap012/MyForm.html')
-rw-r--r-- | csci4131/hw4/strap012/MyForm.html | 2 |
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> |