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 <span><span>*</span></span> gekennzeichnete Felder sind Pflichtfelder</small> <br/> <form name="form_{SECTION_ID}" id="form_{SECTION_ID}" method="post" action="{URL}" enctype="multipart/form-data"> <input name="miniform" type="hidden" value="{SECTION_ID}"/> <input name="header" type="hidden" value="Angebot Schleich"/> <input name="mf_timestamp" type="hidden" value="{DATE} {TIME}"/> <div class="full"> <label for="anrede"><span>Anrede <span>*</span></span> <div class="grouping {ANREDE_ERROR}"> <input required="required" type="radio" id="i-anrede1" {ANREDE_HERR} name="mf_r_anrede" value="Herr" /><label for="i-anrede1">Herr</label> <input required="required" type="radio" id="i-anrede2" {ANREDE_FRAU} name="mf_r_anrede" value="Frau" /><label for="i-anrede2">Frau</label> </div> </label> </div> <div class="onethird"> <label for="vorname"><span>Vorname <span>*</span></span> <input placeholder="Vorname" required="required" class="{VORNAME_ERROR}" type="text" id="vorname" name="mf_r_vorname" value="{VORNAME}" /> </label> </div> <div class="twothird"> <label for="nachname"><span>Nachname <span>*</span></span> <input placeholder="Nachname" required="required" class="{NACHNAME_ERROR}" type="text" id="nachname" name="mf_r_nachname" value="{NACHNAME}" /> </label> </div> <div class="full"> <label for="telefon_"><span>Telefon <span>*</span></span> <input placeholder="Telefon " required="required" class="{TELEFON__ERROR}" type="text" id="telefon_" name="mf_r_telefon_" value="{TELEFON_}" /> </label> </div> <div class="full"> <label for="e-mail_"><span>E-Mail <span>*</span></span> <input placeholder="E-Mail " required="required" class="{E-MAIL__ERROR}" type="text" id="e-mail_" name="mf_r_e-mail_" value="{E-MAIL_}" /> </label> </div> <div class="full"> <label for="schleich-artikelnummer"><span>Schleich-Artikelnummer <span>*</span></span> <input placeholder="Schleich-Artikelnummer" required="required" class="{SCHLEICH-ARTIKELNUMMER_ERROR}" type="text" id="schleich-artikelnummer" name="mf_r_schleich-artikelnummer" value="{SCHLEICH-ARTIKELNUMMER}" /> </label> </div> <div class="onethird"> <label for="preisvorstellung"><span>Preisvorstellung <span>*</span></span> <input placeholder="Preisvorstellung" required="required" class="{PREISVORSTELLUNG_ERROR}" type="text" id="preisvorstellung" name="mf_r_preisvorstellung" value="{PREISVORSTELLUNG}" /> </label> </div> <div class="twothird"> <label for="versandkosten"><span>Versandkosten <span>*</span></span> <input placeholder="Versandkosten" required="required" class="{VERSANDKOSTEN_ERROR}" type="text" id="versandkosten" name="mf_r_versandkosten" value="{VERSANDKOSTEN}" /> </label> </div> <div class="full"> <label for="paypal-adresse"><span>Paypal-Adresse <span>*</span></span> <input placeholder="Paypal-Adresse" required="required" class="{PAYPAL-ADRESSE_ERROR}" type="text" id="paypal-adresse" name="mf_r_paypal-adresse" value="{PAYPAL-ADRESSE}" /> </label> </div> <div class="half"> <label for="picupload1"><span>Bild 1 Hochladen <span>*</span></span> <input required="required" class="{PICUPLOAD1_ERROR}" type="file" id="picupload1" name="mf_r_picupload1" value="{PICUPLOAD1}" /> </label> </div> <div class="half"> <label for="picupload2"><span>Bild 2 Hochladen <span>*</span></span> <input required="required" class="{PICUPLOAD2_ERROR}" type="file" id="picupload2" name="mf_r_picupload2" value="{PICUPLOAD2}" /> </label> </div> <div class="full"> <label for="ihre_nachricht"><span>Ihre Nachricht <span>*</span></span> <textarea placeholder="Ihre Nachricht" required="required" rows="5" cols="80" class="{IHRE_NACHRICHT_ERROR}" id="ihre_nachricht" name="mf_r_ihre_nachricht">{IHRE_NACHRICHT}</textarea> </label> </div> <div class="{CAPTCHA_CLASS} full"> <label for="captcha"><span> Bitte zeig uns, dass du ein Mensch bist</span> <div class="grouping {CAPTCHA_ERROR}"> {CAPTCHA} </div> </label> </div> <div class="full"> <button class="submit" name="Submit" type="submit">Angebot absenden</button> </div> </form> </div> </div>