Allow spaces in desired name
This commit is contained in:
parent
ab2682fd3c
commit
4093202bf5
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
|||
<form method="post" action="/signup" name="signupForm" class="was-validated">
|
||||
<div class="modal-body">
|
||||
<label for="name" class="form-label">Name:</label>
|
||||
<input type="text" id="name" name="name" pattern="[a-zA-Z]{2,100}" required
|
||||
<input type="text" id="name" name="name" pattern="[a-zA-Z ]{2,100}" required
|
||||
class="form-control">
|
||||
<div class="invalid-feedback">Please provide the name you would like to be addressed by.
|
||||
</div><br>
|
||||
|
|
Loading…
Reference in a new issue