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>Felder mit <span><span>*</span></span> müssen ausgefüllt sein</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="Mail von der Leutwiler Homnepage"/> <input name="mf_timestamp" type="hidden" value="{DATE} {TIME}"/> <div class="full"> <label for="emailadr"><span>Ihre e-Mail Adresse <span>*</span></span> <input class="{EMAILADR_ERROR}" type="text" id="emailadr" name="mf_r_emailadr" value="{EMAILADR}" /> </label> </div> <div class="full"> <label for="text"><span>Ihr Text <span>*</span></span> <textarea required="required" rows="5" cols="80" class="{TEXT_ERROR}" id="text" name="mf_r_text">{TEXT}</textarea> </label> </div> <div class="{CAPTCHA_CLASS} full"> <label for="captcha"><span>Ich bin kein Roboter</span> <div class="grouping {CAPTCHA_ERROR}"> {CAPTCHA} </div> </label> </div> <div class="full"> <button class="submit" name="Submit" type="submit">e-mail senden</button> </div> </form> </div> </div>