with files

This commit is contained in:
mischa 2019-04-15 09:29:16 +02:00
parent 449a485580
commit 932f1a91ac
2 changed files with 60 additions and 0 deletions

57
suggest.html Normal file
View File

@ -0,0 +1,57 @@
<h1>Suggest your vi and/or ex commands</h1>
<p>you can not do without beyond the basics.</p>
<form
class="w-100"
method="post"
action="https://high5.nl/service/form_parse.php">
<input type="hidden" name="form_auth" value="2cc442b1de6527bda6e76d3d8bac6b3c">
<input type="hidden" name="form_receiver" value="contact;high5.nl">
<input type="hidden" name="form_subject" value="Why vi rocks suggestion">
<input type="hidden" name="form_pre_message" value="Command I can not do without">
<input type="hidden" name="form_redirect" value="https://www.why-vi.rocks/thanx.html">
<input type="hidden" name="form_fields" value="name, message">
<input type="hidden" name="form_additional_fields" value="name, credit, command, message">
<label for="name">Type-in your name *</label>
<input
class="db outline mb2 ba pa2 w-100" id="name"
type="text"
name="name"
required="required"
placeholder="Alice">
<label for="credit">for my commit credit use *</label>
<input
class="db outline mb2 ba pa2 w-100" id="email"
type="text"
name="credit"
required="required"
placeholder="Twitter / Mastodon ...">
<label for="command">the vi / ex command *</label>
<input
class="db outline mb2 ba pa2 w-100" id="command"
type="text"
name="command"
required="required"
placeholder=":%!sort">
<label for="message">description *</label>
<textarea
class="db outline mb2 ba pa2 w-100"
id="message"
name="message"
required="required"
rows="10">This command does
</textarea>
<input
class="db outline mb2 b ba bg-yell b--yell black ph3 pv2 w-50 mt2"
type="submit"
value="Suggest it">
</form>

3
thanx.md Normal file
View File

@ -0,0 +1,3 @@
# Thanx
Your suggestion is sent.