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}"/> {ASPFIELDS} <div class="half"> <label for="name"><span>Vorname, Name</span> <input class="{NAME_ERROR}" type="text" id="name" name="mf_name" value="{NAME}" /> </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="full"> <label for="nachricht"><span>Ihre Nachricht</span> <textarea rows="5" cols="80" class="{NACHRICHT_ERROR}" id="nachricht" name="mf_nachricht">{NACHRICHT}</textarea> </label> </div> <div class="full"> <label for="e-mail_adresse"><span>E-Mail <span>*</span></span> <input 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="full"> <label for="überschrift"><span>Hinweis zum Datenschutz:</span> <div class="grouping {ÜBERSCHRIFT_ERROR}"> </div> </label> </div> <div class="twothird"> <label for="erklärung"><span>Ich habe Ihre Datenschutzerklärung <span>*</span></span> <div class="grouping {ERKLÄRUNG_ERROR}"> <input type="checkbox" id="i-erklärung1" {ERKLÄRUNG_GELESEN_UND_ERKLÄRE_MICH_DAMIT_EINVERSTANDEN.} name="mf_r_erklärung[]" value="gelesen und erkläre mich damit einverstanden." /><label for="i-erklärung1">gelesen und erkläre mich damit einverstanden.</label> </div> </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">Absenden</button> </div> </form> </div> </div>