Skip to content
Snippets Groups Projects
  • Torben Böhnke's avatar
    3b62ca7e
    fix broken forwarding · 3b62ca7e
    Torben Böhnke authored
    - after submitting contact forms, the forwarding wouldn't work always.
    - should now be fixed everywhere, except within the calendar, there the problem is another
    3b62ca7e
    History
    fix broken forwarding
    Torben Böhnke authored
    - after submitting contact forms, the forwarding wouldn't work always.
    - should now be fixed everywhere, except within the calendar, there the problem is another

Registration for General Safety Instruction {: #anmeldung-siu }

	<!-- required am Ende der Felddefinition bedeutet: Eingabe ist erforderlich> -->
<div class="form-field">
	<label for="nachname"><strong>Name:</strong></label>
	<input name="nachname" type="text" size="40" maxlength="30" required/>
</div>							

<div class="form-field">
	<label for="vorname"><strong>First Name:</strong></label>
	<input name="vorname" type="text" size="40" maxlength="30" required/>
</div>							

<div class="form-field">
	<label for="email"><strong>E-Mail:</strong></label>
	<input name="email" type="email" size="40" maxlength="60" required/>
</div>			

<div class="form-field">
	<label for="tel"><strong>Phone:</strong></label>
	<input name="tel" type="tel" size="40" maxlength="40" placeholder="Optional" />
</div>							
<div class="form-field">
<label for="wunschdatum"><strong>Select preferred date</strong></label>
<input type="date" id="wunschdatum" name="wunschdatum" required> (Only Tuesdays and Thursdays are allowed)
</div>

<div class="form-field">
	<label for="nachricht" id="nachricht-text"><strong>What are you planning to do?</strong><span class='large'></span></label>
	<br><textarea name="nachricht" placeholder="Feel free to briefly describe what you plan to do and if you already know if you need further instruction on working with certain equipment. (Limit: 2000 characters)" rows="6" cols="10" style="width: 100%;" required></textarea>
</div> <br>

<div class="honey">
	<label for="honigtopf"><strong>Please do not fill in this field:</strong></label>
	<input name="honigtopf" type="text" maxlength="50" value="" />
</div>	

<div class="form-field">
	<input type="submit" class="md-button" value="Submit Application" name="schicken" /> 
</div>							

!!! info "Registrations by e-mail or form will be valid only after a confirmation e-mail from our team"