This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIscrizioniTeam.html
50 lines (48 loc) · 2.2 KB
/
IscrizioniTeam.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<title> Iscrizione Team </title>
</head>
<body>
<form name="IscrizioniTeam" action="IscrizioniTeam2.php" method="post">
<p>
<center><b> Modulo iscrizione <u>TEAM</u> </b>
<br>
<br>
Nome Team: <input pattern="[a-zA-Z0-9@_.$& ]+" type="text" name="name" placeholder="Team" required><br>
Nickname portavoce: <input type="text" placeholder="Nickname" name="nick1" required> <br>
Steam Profile: <input type="url" size="31" name="steamurl1" placeholder="http://steamcommunity.com/id/******" required> <br>
Email: <input pattern="[a-zA-Z0-9@._]+" type="email" name="email" placeholder="[email protected]" required> <br>
<br>
<br>
Nickname giocatore 2: <input type="text" placeholder="Nickname" name="nick2" required> <br>
Steam Profile: <input type="url" size="31" name="steamurl2" placeholder="http://steamcommunity.com/id/******" required> <br>
<br>
<br>
Nickname giocatore 3: <input type="text" placeholder="Nickname" name="nick3" required> <br>
Steam Profile: <input type="url" size="31" name="steamurl3" placeholder="http://steamcommunity.com/id/******" required> <br>
<br>
<br>
Nickname giocatore 4: <input type="text" placeholder="Nickname" name="nick4" required> <br>
Steam Profile: <input type="url" size="31" name="steamurl4" placeholder="http://steamcommunity.com/id/******" required> <br>
<br>
<br>
Nickname giocatore 5: <input type="text" placeholder="Nickname" name="nick5" required> <br>
Steam Profile: <input type="url" size="31" name="steamurl5" placeholder="http://steamcommunity.com/id/******" required> <br>
<br>
<br>
Nickname standin 1: <input type="text" placeholder="Nickname" name="nick6" > <br>
Steam Profile: <input type="url" size="31" name="steamurl6" placeholder="http://steamcommunity.com/id/******" > <br>
<br>
<br>
Nickname standin 2: <input type="text" placeholder="Nickname" name="nick7" > <br>
Steam Profile: <input type="url" size="31" name="steamurl7" placeholder="http://steamcommunity.com/id/******" > <br>
<br>
<br>
Nickname standin 3: <input type="text" placeholder="Nickname" name="nick8"> <br>
Steam Profile: <input type="url" size="31" name="steamurl8" placeholder="http://steamcommunity.com/id/******" > <br>
<br>
<br>
<center><input type="submit" value=" Save "></center><br>
</form>
</body>
</html>