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
Mit Sternchen * markierte Felder sind Pflichtfelder, deren Daten zur Bearbeitung Ihrer Bestellung erforderlich sind.

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>Mit Sternchen <span><span>*</span></span> markierte Felder sind Pflichtfelder, deren Daten zur Bearbeitung Ihrer Bestellung erforderlich sind.</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="Bestellformular von Ihrer Website"/>
			<input name="mf_timestamp" type="hidden" value="{DATE} {TIME}"/>
			<div  class="onethird">
				<label for="produktauswahl"><span>Produktauswahl <span>*</span></span> 
					<select required="required" class="{PRODUKTAUSWAHL_ERROR}" id="produktauswahl" name="mf_r_produktauswahl">
						<option  value="">- bitte wählen Sie -</option>
						<option {PRODUKTAUSWAHL_SELECTED_STANDARD_HEIZÖL} value="Standard Heizöl">Standard Heizöl</option>
						<option {PRODUKTAUSWAHL_SELECTED_PREMIUM_HEIZÖL} value="Premium Heizöl">Premium Heizöl</option>
						<option {PRODUKTAUSWAHL_SELECTED_DIESELKRAFTSTOFF} value="Dieselkraftstoff">Dieselkraftstoff</option>
					</select>
				</label>
			</div>
			<div  class="onethird">
				<label for="bestellmenge"><span>Bestellmenge <span>*</span></span> 
					<select required="required" class="{BESTELLMENGE_ERROR}" id="bestellmenge" name="mf_r_bestellmenge">
						<option  value="">- Handeingabe -</option>
						<option {BESTELLMENGE_SELECTED_500_L} value="500 l">500 l</option>
						<option {BESTELLMENGE_SELECTED_1000_L} value="1000 l">1000 l</option>
						<option {BESTELLMENGE_SELECTED_1500_L} value="1500 l">1500 l</option>
						<option {BESTELLMENGE_SELECTED_2000_L} value="2000 l">2000 l</option>
						<option {BESTELLMENGE_SELECTED_2500_L} value="2500 l">2500 l</option>
						<option {BESTELLMENGE_SELECTED_3000_L} value="3000 l">3000 l</option>
					</select>
				</label>
			</div>
			<div  class="onethird">
				<label for="handeingabe"><span>Handeingabe </span> 
					<input placeholder="Angabe in Liter" class="{HANDEINGABE_ERROR}" type="text" id="handeingabe" name="mf_handeingabe" value="{HANDEINGABE}" />
				</label>
			</div>
			<div  class="onethird">
				<label for="name"><span>Ihr Name <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="telefon"><span>Telefon</span> 
					<input placeholder="Telefon (für Rückfragen)" class="{TELEFON_ERROR}" type="text" id="telefon" name="mf_telefon" value="{TELEFON}" />
				</label>
			</div>
			<div  class="onethird">
				<label for="e-mail_adresse"><span>E-Mail Adresse <span>*</span></span> 
					<input required="required" class="{E-MAIL_ADRESSE_ERROR}" type="text" id="e-mail_adresse" name="mf_r_e-mail_adresse" value="{E-MAIL_ADRESSE}" />
				</label>
			</div>
			<div  class="onethird">
				<label for="wunschtermin"><span>Wunschtermin</span> 
					<input placeholder="Im Format TT.MM.JJ" class="{WUNSCHTERMIN_ERROR}" type="text" id="wunschtermin" name="mf_wunschtermin" value="{WUNSCHTERMIN}" />
				</label>
			</div>
			<div  class="onethird">
				<label for="postleitzahl"><span>Postleitzahl <span>*</span></span> 
					<input placeholder="PLZ Lieferadresse" required="required" class="{POSTLEITZAHL_ERROR}" type="text" id="postleitzahl" name="mf_r_postleitzahl" value="{POSTLEITZAHL}" />
				</label>
			</div>
			<div  class="onethird">
				<label for="ort"><span>Ort</span> 
					<input placeholder="Ort Lieferadresse" class="{ORT_ERROR}" type="text" id="ort" name="mf_ort" value="{ORT}" />
				</label>
			</div>
			<div  class="twothird">
				<label for="straße_und_nummer"><span>Straße <span>*</span></span> 
					<input placeholder="Straße Lieferadresse" required="required" class="{STRASSE_UND_NUMMER_ERROR}" type="text" id="straße_und_nummer" name="mf_r_straße_und_nummer" value="{STRASSE_UND_NUMMER}" />
				</label>
			</div>
			<div  class="onethird">
				<label for="hausnummer"><span>Hausnummer <span>*</span></span> 
					<input placeholder="Nummer Lieferadresse" required="required" class="{HAUSNUMMER_ERROR}" type="text" id="hausnummer" name="mf_r_hausnummer" value="{HAUSNUMMER}" />
				</label>
			</div>
			<div  class="full">
				<label for="zusatzinfos"><span>Zusätzliche Informationen für uns</span> 
					<textarea placeholder="Hier können Sie uns zusätzlich über eventuelle Besonderheiten informieren" rows="5" cols="80" class="{ZUSATZINFOS_ERROR}" id="zusatzinfos" name="mf_zusatzinfos">{ZUSATZINFOS}</textarea>
				</label>
			</div>
			<div  class="full">
				<label for="einverständnis"><span>Einverständniserklärung <span>*</span></span> 
					<div class="grouping {EINVERSTÄNDNIS_ERROR}">
						<input required="required" type="checkbox" id="i-einverständnis1" {EINVERSTÄNDNIS_HIERMIT_ERKLÄRE_ICH_MICH_EINVERSTANDEN,_DASS_MEINE_IN_DAS_FORMULAR_EINGEGEBENEN_DATEN_ELEKTRONISCH_GESPEICHERT_UND_ZUM_ZWECK_DER_BESTELLBESTÄTIGUNG_UND_LIEFERUNG_VERARBEITET_UND_GENUTZT_WERDEN._MIR_IST_BEKANNT,_DASS_ICH_MEINE_EINWILLIGUNG_JEDERZEIT_WIDERRUFEN_KANN.} name="mf_r_einverständnis[]" value="Hiermit erkläre ich mich einverstanden, dass meine in das Formular eingegebenen Daten elektronisch gespeichert und zum Zweck der Bestellbestätigung und Lieferung verarbeitet und genutzt werden. Mir ist bekannt, dass ich meine Einwilligung jederzeit widerrufen kann." /><label for="i-einverständnis1">Hiermit erkläre ich mich einverstanden, dass meine in das Formular eingegebenen Daten elektronisch gespeichert und zum Zweck der Bestellbestätigung und Lieferung verarbeitet und genutzt werden. Mir ist bekannt, dass ich meine Einwilligung jederzeit widerrufen kann.</label>
					</div>
				</label>
			</div>
			<div class="{CAPTCHA_CLASS} full">
				<label for="captcha"><span>Bitte best&auml;tigen Sie mit folgenden Eintrag, dass Sie eine Person sind.</span>
					<div class="grouping {CAPTCHA_ERROR}">
					{CAPTCHA}
					</div>
				</label>
			</div>
			<div class="full">
				<button class="submit" name="Submit" type="submit">Bestellung 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)