Miniform Form Creator

Use this id in your miniform module (v0.10 and newer)
Tip: Click and drag the titles to change the order of the fields in your form
Felder mit * müssen ausgefüllt sein

The form

Below you find the form content you just generated.

Click on the "Copy" button - that becomes visible when you hover the code - to copy the content.

Paste the content in a textfile (use notepad.exe, NOT ms-word) and save it on your computer.

Name the file form_your_name.htt and upload it to the directory {website_root}/modules/miniform/templates/ on your webserver.

<div class="miniform">
	<div class="{MESSAGE_CLASS}">{STATUSMESSAGE}</div>
	<div class="{FORM_CLASS}">
		<small>Felder mit <span><span>*</span></span> müssen ausgefüllt sein</small>
		<br/>
		<form name="form_{SECTION_ID}" id="form_{SECTION_ID}" method="post" action="{URL}">
			<input name="miniform" type="hidden" value="{SECTION_ID}"/>
			<input name="header" type="hidden" value="Nachricht von Website www.waldkindergarten-freiburg.de"/>
			<input name="mf_timestamp" type="hidden" value="{DATE} {TIME}"/>
			<div  class="onethird">
				<label for="anrede"><span>Anrede <span>*</span></span> 
					<input class="{ANREDE_ERROR}" type="text" id="anrede" name="mf_r_anrede" value="{ANREDE}" />
				</label>
			</div>
			<div  class="onethird">
				<label for="name"><span>Vorname <span>*</span></span> 
					<input required="required" class="{NAME_ERROR}" type="text" id="name" name="mf_r_name" value="{NAME}" />
				</label>
			</div>
			<div  class="onethird">
				<label for="nachname"><span>Nachname <span>*</span></span> 
					<input class="{NACHNAME_ERROR}" type="text" id="nachname" name="mf_r_nachname" value="{NACHNAME}" />
				</label>
			</div>
			<div  class="full">
				<label for="adresse"><span>Adresse</span> 
					<input class="{ADRESSE_ERROR}" type="text" id="adresse" name="mf_adresse" value="{ADRESSE}" />
				</label>
			</div>
			<div  class="onethird">
				<label for="plz"><span>PLZ</span> 
					<input class="{PLZ_ERROR}" type="text" id="plz" name="mf_plz" value="{PLZ}" />
				</label>
			</div>
			<div  class="twothird">
				<label for="ort"><span>Ort</span> 
					<input class="{ORT_ERROR}" type="text" id="ort" name="mf_ort" value="{ORT}" />
				</label>
			</div>
			<div  class="half">
				<label for="telefon"><span>Telefon</span> 
					<input class="{TELEFON_ERROR}" type="text" id="telefon" name="mf_telefon" value="{TELEFON}" />
				</label>
			</div>
			<div  class="half">
				<label for="mobiltelefon"><span>Mobiltelefon</span> 
					<input class="{MOBILTELEFON_ERROR}" type="text" id="mobiltelefon" name="mf_mobiltelefon" value="{MOBILTELEFON}" />
				</label>
			</div>
			<div  class="full">
				<label for="e-mail"><span>E-Mail</span> 
					<input class="{E-MAIL_ERROR}" type="text" id="e-mail" name="mf_e-mail" value="{E-MAIL}" />
				</label>
			</div>
			<div  class="full">
				<label for="ihre_nachricht"><span>Ihre Nachricht <span>*</span></span> 
					<textarea rows="5" cols="80" class="{IHRE_NACHRICHT_ERROR}" id="ihre_nachricht" name="mf_r_ihre_nachricht">{IHRE_NACHRICHT}</textarea>
				</label>
			</div>
			<div  class="half">
				<label for="fuergruppe"><span>Für Gruppe</span> 
					<div class="grouping {FUERGRUPPE_ERROR}">
						<input type="checkbox" id="i-fuergruppe1" {FUERGRUPPE_ALLGEMEIN} name="mf_fuergruppe[]" value="Allgemein" /><label for="i-fuergruppe1">Allgemein</label><br>
						<input type="checkbox" id="i-fuergruppe2" {FUERGRUPPE_HEUWEG} name="mf_fuergruppe[]" value="Heuweg" /><label for="i-fuergruppe2">Heuweg</label><br>
						<input type="checkbox" id="i-fuergruppe3" {FUERGRUPPE_GÜNTERSTAL} name="mf_fuergruppe[]" value="Günterstal" /><label for="i-fuergruppe3">Günterstal</label><br>
						<input type="checkbox" id="i-fuergruppe4" {FUERGRUPPE_MOOSWALD} name="mf_fuergruppe[]" value="Mooswald" /><label for="i-fuergruppe4">Mooswald</label><br>
						<input type="checkbox" id="i-fuergruppe5" {FUERGRUPPE_RIESELFELD} name="mf_fuergruppe[]" value="Rieselfeld" /><label for="i-fuergruppe5">Rieselfeld</label><br>
						<input type="checkbox" id="i-fuergruppe6" {FUERGRUPPE_SCHÖNBERG} name="mf_fuergruppe[]" value="Schönberg" /><label for="i-fuergruppe6">Schönberg</label><br>
					</div>
				</label>
			</div>
			<div  class="half">
				<label for="kontaktueber"><span>Kontakt über</span> 
					<div class="grouping {KONTAKTUEBER_ERROR}">
						<input type="checkbox" id="i-kontaktueber1" {KONTAKTUEBER_E-MAIL} name="mf_kontaktueber[]" value="E-Mail" /><label for="i-kontaktueber1">E-Mail</label><br>
						<input type="checkbox" id="i-kontaktueber2" {KONTAKTUEBER_TELEFON} name="mf_kontaktueber[]" value="Telefon" /><label for="i-kontaktueber2">Telefon</label><br>
						<input type="checkbox" id="i-kontaktueber3" {KONTAKTUEBER_POSTALISCH} name="mf_kontaktueber[]" value="Postalisch" /><label for="i-kontaktueber3">Postalisch</label><br>
						<input type="checkbox" id="i-kontaktueber4" {KONTAKTUEBER_SIEHE_NACHRICHT/TEXT} name="mf_kontaktueber[]" value="Siehe Nachricht/Text" /><label for="i-kontaktueber4">Siehe Nachricht/Text</label><br>
						<input type="checkbox" id="i-kontaktueber5" {KONTAKTUEBER_VOR_ORT_IN_DER_GRUPPE} name="mf_kontaktueber[]" value="Vor Ort in der Gruppe" /><label for="i-kontaktueber5">Vor Ort in der Gruppe</label><br>
						<input type="checkbox" id="i-kontaktueber6" {KONTAKTUEBER_KONTAKTAUFNAHME_NICHT_NOTWENDIG} name="mf_kontaktueber[]" value="Kontaktaufnahme nicht notwendig" /><label for="i-kontaktueber6">Kontaktaufnahme nicht notwendig</label><br>
					</div>
				</label>
			</div>
			<div class="{CAPTCHA_CLASS} full">
				<label for="captcha"><span>SPAMschutz, bitte Haken setzen:</span>
					<div class="grouping {CAPTCHA_ERROR}">
					{CAPTCHA}
					</div>
				</label>
			</div>
			<div class="full">
				<button class="submit" name="Submit" type="submit">Absenden</button>
			</div>
		</form>
	</div>
</div>

Use this form


Use the ID below to load the form in your Miniform module (version 0.10 or newer)