homepage/sites/angestoepselt-en/request-computer/organization.md
Mahmoud Fathi f6928a1106 Add 'request-computer' page to the English site.
This is an initiative to bring 'Komputer beantrage' page from the
main site to the English variant site. This is the minimum changes
to make sure that URLs keep their referential integrity.
2024-04-21 19:36:54 +02:00

79 lines
2.3 KiB
Markdown

---
layout: layouts/page.njk
useForms: true
---
# Request a laptop for a non-profit organization
<form method="post" action="/computer-beantragen/organization">
Please note that the hardware must be picked up in Würzburg. We do not offer shipping.
We do not want good initiatives to fail due to a lack of hardware. Therefore
non-profit organizations such as associations have the opportunity to request hardware for
their purposes. To do this, we first need your contact details as
contact person.
<label class="form-input">
<span>Name:</span>
<input type="text" name="contactname" required placeholder="First name Last name" />
</label>
<label class="form-input">
<span>Email:</span>
<input type="email" name="contactemail" required placeholder="mail@beispiel.de" />
</label>
In the following fields, you can inform us about the recipient. This concerns the organization, not specific employees.
<label class="form-input">
<span>Name:</span>
<input type="text" name="organization" required placeholder="Name of the organization" />
</label>
<label class="form-input">
<span>Adresse:</span>
<input type="text" name="addressline" required placeholder="Street and house number" />
</label>
<label class="form-input">
<span>Zip code:</span>
<input type="text" name="postalcode" required placeholder="12345" />
</label>
<label class="form-input">
<span>City:</span>
<input type="text" name="city" required placeholder="Würzburg" />
</label>
Now we would like to collect a rough list of the devices you need. You can also specify more detailed requirements
in the free text field below.
<label class="form-input">
<span>Number of desktops:</span>
<input type="number" name="desktopcount" value="0" min="0" max="100" />
</label>
<label class="form-input">
<span>Number of laptops:</span>
<input type="number" name="laptopcount" value="0" min="0" max="100" />
</label>
<label class="form-input">
<span>Number of printers:</span>
<input type="number" name="printercount" value="0" min="0" max="100" />
</label>
You can add further comments in the following field.
<label class="form-input">
<span>Comment:</span>
<textarea name="message"></textarea>
</label>
<!-- FORM -->
<div class="form-submit">
<input type="submit" value="Send" />
</div>
</form>