Improved the submit form
This commit is contained in:
parent
b2bff238b2
commit
cdbc92dc8b
@ -56,6 +56,7 @@
|
|||||||
align: center;
|
align: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -124,13 +125,11 @@
|
|||||||
<div id="form-container">
|
<div id="form-container">
|
||||||
<form action="/" method="post" enctype="application/x-www-form-urlencoded">
|
<form action="/" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
<label for="name">Name:</label>
|
<label for="name">Name (optionnal):</label>
|
||||||
<input type="text" id="name" name="name" required>
|
<input type="text" id="name" name="name" required>
|
||||||
|
|
||||||
<label for="content">Content:</label>
|
<label for="content">Content:</label>
|
||||||
<textarea type="input" id="content" name="content" rows="30" cols="55" required>
|
<textarea type="input" id="content" name="content" rows="30" cols="55" placeholder="Put your content here. It will be encrypted via DES-256 and stored." required></textarea>
|
||||||
Your content here.
|
|
||||||
</textarea>
|
|
||||||
|
|
||||||
<input type="submit" value="submit">
|
<input type="submit" value="submit">
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user