-
Notifications
You must be signed in to change notification settings - Fork 0
/
form.html
35 lines (35 loc) · 1.24 KB
/
form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML>
<html>
<head>
<body>
<form action="mailto:ayanlekeayomide77opt@gmail.com="post" enctype="plaintext"
<p align="center"><font face="arial" size="18">PLACE YOUR ORDER</p></font>
<img src="value.jpeg"align="right" width="250px" height="300px"
<label>your surname</label>
<input type="text" name="your surname"placeholder="Your surname"><br>
<label>first name</label>
<input type="text" name="Your first name"placeholder="Your first name"><br>
<label>your middle name</label>
<input type="text" name="Your middle name"placeholder="Your middle name"><br>
<label>Enter your email</label>
<input type="email" name="your email"><br>
<label>GENDER</label>
<input type="radio" name="your gender" value="f">female
<input type="radio" name="your gender" value="m">male<br>
<label>Type of paint</label>
<select name="paint">
<option value="tex">Texcoat
<option value="emu">Emulsion
<option value="sat">Satin
<option value="fle">Flex
<option value="glo">GLOSS
</select><br>
<label>QUANTITY</label>
<input type="number" name="quantity"><br>
<label>Destination</label>
<input type="text" name="destination"><br>
<input type="submit" value="submit"><br>
THANK YOU YOUR ORDER SHALL BE PROCESSED AS SOON AS POSSIBLE
</form>
</head>
</body>