Skip to content

Commit 9a0e5be

Browse files
committed
Remove placeholder text from name and email input fields in the order form
1 parent d84058a commit 9a0e5be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ <h1>Product Pick</h1>
2121
<legend>Your details</legend>
2222
<div class="form-row">
2323
<label for="name">Full name</label>
24-
<input type="text" id="name" name="name" pattern=".*\S.*\S.*" required placeholder="Enter fullname here">
24+
<input type="text" id="name" name="name" pattern=".*\S.*\S.*" required >
2525
</div>
2626
<div class="form-row">
2727
<label for="email">Email address</label>
28-
<input type="email" id="email" name="email" required placeholder="Enter Email address here">
28+
<input type="email" id="email" name="email" required>
2929
</div>
3030
</fieldset>
3131
<fieldset>

0 commit comments

Comments
 (0)