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="aufdruck"><span>Auflage <span>*</span></span> <input class="{AUFDRUCK_ERROR}" type="text" id="aufdruck" name="mf_r_aufdruck" value="{AUFDRUCK}" /> </label> </div> <div class="full"> <label for="format"><span>Format <span>*</span></span> <select class="{FORMAT_ERROR}" id="format" name="mf_r_format"> <option {FORMAT_SELECTED_BITTE_WÄHLEN} value="bitte wählen">bitte wählen</option> <option {FORMAT_SELECTED_A4_HOCHFORMAT} value="A4 Hochformat">A4 Hochformat</option> <option {FORMAT_SELECTED_A4_QUERFORMAT} value="A4 Querformat">A4 Querformat</option> </select> </label> </div> <div class="half"> <label for="druck_vs"><span>Druck Vorderseite <span>*</span></span> <select class="{DRUCK_VS_ERROR}" id="druck_vs" name="mf_r_druck_vs"> <option {DRUCK_VS_SELECTED_BITTE_WÄHLEN} value="bitte wählen">bitte wählen</option> <option {DRUCK_VS_SELECTED_1_FARBIG} value="1 farbig">1 farbig</option> <option {DRUCK_VS_SELECTED_2_FARBIG} value="2 farbig">2 farbig</option> <option {DRUCK_VS_SELECTED_3_FARBIG} value="3 farbig">3 farbig</option> <option {DRUCK_VS_SELECTED_4_FARBIG} value="4 farbig">4 farbig</option> </select> </label> </div> <div class="half"> <label for="farbwerte_vs"><span>Farbwerte VS <span>*</span></span> <input class="{FARBWERTE_VS_ERROR}" type="text" id="farbwerte_vs" name="mf_r_farbwerte_vs" value="{FARBWERTE_VS}" /> </label> </div> <div class="half"> <label for="farbwerte_rs"><span>Farbwerte RS</span> <input placeholder="nur wenn die Rückseite bedruckt wird" class="{FARBWERTE_RS_ERROR}" type="text" id="farbwerte_rs" name="mf_farbwerte_rs" value="{FARBWERTE_RS}" /> </label> </div> <div class="full"> <label for="paper"><span>Papier <span>*</span></span> <select class="{PAPER_ERROR}" id="paper" name="mf_r_paper"> <option {PAPER_SELECTED_BITTE_WÄHLEN} value="bitte wählen">bitte wählen</option> <option {PAPER_SELECTED_80G_PREPRINT_WEISS} value="80g Preprint weiss">80g Preprint weiss</option> <option {PAPER_SELECTED_90G_PREPRINT_WEISS} value="90g Preprint weiss">90g Preprint weiss</option> <option {PAPER_SELECTED_100G_PREPRINT_WEISS} value="100g Preprint weiss">100g Preprint weiss</option> <option {PAPER_SELECTED_80G_RECYCLING_PREPRINT_WEISS} value="80g Recycling Preprint weiss">80g Recycling Preprint weiss</option> </select> </label> </div> <div class="full"> <label for="firma"><span>Firma <span>*</span></span> <input class="{FIRMA_ERROR}" type="text" id="firma" name="mf_r_firma" value="{FIRMA}" /> </label> </div> <div class="half"> <label for="ansprechpartner"><span>Ansprechpartner <span>*</span></span> <input placeholder="Vorname" class="{ANSPRECHPARTNER_ERROR}" type="text" id="ansprechpartner" name="mf_r_ansprechpartner" value="{ANSPRECHPARTNER}" /> </label> </div> <div class="half"> <label for="nachname"><span>Nachname <span>*</span></span> <input placeholder="Nachname" class="{NACHNAME_ERROR}" type="text" id="nachname" name="mf_r_nachname" value="{NACHNAME}" /> </label> </div> <div class="full"> <label for="strasse-nr"><span>Straße + Hausnr <span>*</span></span> <input class="{STRASSE-NR_ERROR}" type="text" id="strasse-nr" name="mf_r_strasse-nr" value="{STRASSE-NR}" /> </label> </div> <div class="onethird"> <label for="plz"><span>PLZ <span>*</span></span> <input class="{PLZ_ERROR}" type="text" id="plz" name="mf_r_plz" value="{PLZ}" /> </label> </div> <div class="twothird"> <label for="ort"><span>Ort <span>*</span></span> <input class="{ORT_ERROR}" type="text" id="ort" name="mf_r_ort" value="{ORT}" /> </label> </div> <div class="full"> <label for="email"><span>E-Mail <span>*</span></span> <input class="{EMAIL_ERROR}" type="text" id="email" name="mf_r_email" value="{EMAIL}" /> </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">abschicken</button> </div> </form> </div> </div>