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
Items marked with * are required

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>Items marked with <span><span>*</span></span> are required</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="Miniform creator form"/>
			<input name="mf_timestamp" type="hidden" value="{DATE} {TIME}"/>
			<div  class="full">
				<label for="firma_/_company"><span>Firma / Company <span>*</span></span> 
					<input class="{FIRMA_/_COMPANY_ERROR}" type="text" id="firma_/_company" name="mf_r_firma_/_company" value="{FIRMA_/_COMPANY}" />
				</label>
			</div>
			<div  class="full">
				<label for="name_firstname"><span>Name  Vorname <span>*</span></span> 
					<input class="{NAME_FIRSTNAME_ERROR}" type="text" id="name_firstname" name="mf_r_name_firstname" value="{NAME_FIRSTNAME}" />
				</label>
			</div>
			<div  class="full">
				<label for="adresse"><span>Adresse <span>*</span></span> 
					<input class="{ADRESSE_ERROR}" type="text" id="adresse" name="mf_r_adresse" value="{ADRESSE}" />
				</label>
			</div>
			<div  class="full">
				<label for="telefon"><span>Telefon <span>*</span></span> 
					<input class="{TELEFON_ERROR}" type="text" id="telefon" name="mf_r_telefon" value="{TELEFON}" />
				</label>
			</div>
			<div  class="full">
				<label for="mail"><span>Mail <span>*</span></span> 
					<input class="{MAIL_ERROR}" type="text" id="mail" name="mf_r_mail" value="{MAIL}" />
				</label>
			</div>
			<div  class="full">
				<label for="informationen"><span>Infomationen <span>*</span></span> 
					<textarea rows="5" cols="80" class="{INFORMATIONEN_ERROR}" id="informationen" name="mf_r_informationen">{INFORMATIONEN}</textarea>
				</label>
			</div>
			<div  class="full">
				<label for="werkstoff_material"><span>Werkstoff Material <span>*</span></span> 
					<div class="grouping {WERKSTOFF_MATERIAL_ERROR}">
						<input type="checkbox" id="i-werkstoff_material1" {WERKSTOFF_MATERIAL_1.4301_/_AISI304} name="mf_r_werkstoff_material[]" value="1.4301 / AISI304" /><label for="i-werkstoff_material1">1.4301 / AISI304</label>
						<input type="checkbox" id="i-werkstoff_material2" {WERKSTOFF_MATERIAL_1.4404_/_AISI316L} name="mf_r_werkstoff_material[]" value="1.4404 / AISI316L" /><label for="i-werkstoff_material2">1.4404 / AISI316L</label>
						<input type="checkbox" id="i-werkstoff_material3" {WERKSTOFF_MATERIAL_PP} name="mf_r_werkstoff_material[]" value="PP" /><label for="i-werkstoff_material3">PP</label>
						<input type="checkbox" id="i-werkstoff_material4" {WERKSTOFF_MATERIAL_PVDF} name="mf_r_werkstoff_material[]" value="PVDF" /><label for="i-werkstoff_material4">PVDF</label>
					</div>
				</label>
			</div>
			<div  class="full">
				<label for="behälter_/_tank_ø_"><span>Behälter / Tank Ø  <span>*</span></span> 
					<input class="{BEHÄLTER_/_TANK_Ø__ERROR}" type="text" id="behälter_/_tank_ø_" name="mf_r_behälter_/_tank_ø_" value="{BEHÄLTER_/_TANK_Ø_}" />
				</label>
			</div>
			<div  class="full">
				<label for="zylindrische_höhe_/_cylindrical_heigh"><span>Zylindrische Höhe / cylindrical heigh <span>*</span></span> 
					<input class="{ZYLINDRISCHE_HÖHE_/_CYLINDRICAL_HEIGH_ERROR}" type="text" id="zylindrische_höhe_/_cylindrical_heigh" name="mf_r_zylindrische_höhe_/_cylindrical_heigh" value="{ZYLINDRISCHE_HÖHE_/_CYLINDRICAL_HEIGH}" />
				</label>
			</div>
			<div  class="full">
				<label for="bodenform_/_bottoms_form"><span>Bodenform / Bottoms form <span>*</span></span> 
					<div class="grouping {BODENFORM_/_BOTTOMS_FORM_ERROR}">
						<input type="checkbox" id="i-bodenform_/_bottoms_form1" {BODENFORM_/_BOTTOMS_FORM_FLACH_/_FLAT} name="mf_r_bodenform_/_bottoms_form[]" value="Flach / flat" /><label for="i-bodenform_/_bottoms_form1">Flach / flat</label>
						<input type="checkbox" id="i-bodenform_/_bottoms_form2" {BODENFORM_/_BOTTOMS_FORM_KONISCH_/_CONICAL} name="mf_r_bodenform_/_bottoms_form[]" value="Konisch / conical" /><label for="i-bodenform_/_bottoms_form2">Konisch / conical</label>
						<input type="checkbox" id="i-bodenform_/_bottoms_form3" {BODENFORM_/_BOTTOMS_FORM_GEWÖLBT_/_CURVED} name="mf_r_bodenform_/_bottoms_form[]" value="Gewölbt / curved" /><label for="i-bodenform_/_bottoms_form3">Gewölbt / curved</label>
					</div>
				</label>
			</div>
			<div  class="full">
				<label for="maximum_viskosität__viscosity"><span>Maximum Viskosität  viscosity <span>*</span></span> 
					<input class="{MAXIMUM_VISKOSITÄT__VISCOSITY_ERROR}" type="text" id="maximum_viskosität__viscosity" name="mf_r_maximum_viskosität__viscosity" value="{MAXIMUM_VISKOSITÄT__VISCOSITY}" />
				</label>
			</div>
			<div  class="full">
				<label for="maximum_dichte_weight/litre"><span>Maximum Dichte Weight/litre <span>*</span></span> 
					<input class="{MAXIMUM_DICHTE_WEIGHT/LITRE_ERROR}" type="text" id="maximum_dichte_weight/litre" name="mf_r_maximum_dichte_weight/litre" value="{MAXIMUM_DICHTE_WEIGHT/LITRE}" />
				</label>
			</div>
			<div  class="full">
				<label for="rühren_während_befüllen/entleeren_/_mixing_during_filling/emptying"><span>Rühren während befüllen/entleeren / mixing during filling/emptying <span>*</span></span> 
					<div class="grouping {RÜHREN_WÄHREND_BEFÜLLEN/ENTLEEREN_/_MIXING_DURING_FILLING/EMPTYING_ERROR}">
						<input type="checkbox" id="i-rühren_während_befüllen/entleeren_/_mixing_during_filling/emptying1" {RÜHREN_WÄHREND_BEFÜLLEN/ENTLEEREN_/_MIXING_DURING_FILLING/EMPTYING_JA_/_YES} name="mf_r_rühren_während_befüllen/entleeren_/_mixing_during_filling/emptying[]" value="Ja / yes" /><label for="i-rühren_während_befüllen/entleeren_/_mixing_during_filling/emptying1">Ja / yes</label>
						<input type="checkbox" id="i-rühren_während_befüllen/entleeren_/_mixing_during_filling/emptying2" {RÜHREN_WÄHREND_BEFÜLLEN/ENTLEEREN_/_MIXING_DURING_FILLING/EMPTYING_NEIN_/_NO} name="mf_r_rühren_während_befüllen/entleeren_/_mixing_during_filling/emptying[]" value="Nein / no" /><label for="i-rühren_während_befüllen/entleeren_/_mixing_during_filling/emptying2">Nein / no</label>
					</div>
				</label>
			</div>
			<div  class="full">
				<label for="rührintensität_/_stirring_intensity"><span>Rührintensität / Stirring intensity <span>*</span></span> 
					<div class="grouping {RÜHRINTENSITÄT_/_STIRRING_INTENSITY_ERROR}">
						<input type="checkbox" id="i-rührintensität_/_stirring_intensity1" {RÜHRINTENSITÄT_/_STIRRING_INTENSITY_LAMINAR} name="mf_r_rührintensität_/_stirring_intensity[]" value="Laminar" /><label for="i-rührintensität_/_stirring_intensity1">Laminar</label>
						<input type="checkbox" id="i-rührintensität_/_stirring_intensity2" {RÜHRINTENSITÄT_/_STIRRING_INTENSITY_MITTEL_/_MIDDLE} name="mf_r_rührintensität_/_stirring_intensity[]" value="mittel / middle" /><label for="i-rührintensität_/_stirring_intensity2">mittel / middle</label>
						<input type="checkbox" id="i-rührintensität_/_stirring_intensity3" {RÜHRINTENSITÄT_/_STIRRING_INTENSITY_STARK_/_TURBULENT_STRONG} name="mf_r_rührintensität_/_stirring_intensity[]" value="Stark / turbulent strong" /><label for="i-rührintensität_/_stirring_intensity3">Stark / turbulent strong</label>
					</div>
				</label>
			</div>
			<div  class="full">
				<label for="maximum_temperatur"><span>Maximum Temperatur <span>*</span></span> 
					<input class="{MAXIMUM_TEMPERATUR_ERROR}" type="text" id="maximum_temperatur" name="mf_r_maximum_temperatur" value="{MAXIMUM_TEMPERATUR}" />
				</label>
			</div>
			<div class="{CAPTCHA_CLASS} full">
				<label for="captcha"><span>Please show us you are human</span>
					<div class="grouping {CAPTCHA_ERROR}">
					{CAPTCHA}
					</div>
				</label>
			</div>
			<div class="full">
				<button class="submit" name="Submit" type="submit">Submit this form</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)