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> sind PFLICHTFELDER</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="Anfrage"/> <input name="mf_timestamp" type="hidden" value="{DATE} {TIME}"/> <div class="full"> <label for="name"><span>Name <span>*</span></span> <input class="{NAME_ERROR}" type="text" id="name" name="mf_r_name" value="{NAME}" /> </label> </div> <div class="full"> <label for="email"><span>eMail <span>*</span></span> <input class="{EMAIL_ERROR}" type="text" id="email" name="mf_r_email" value="{EMAIL}" /> </label> </div> <div class="full"> <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="grund"><span>Grund der Kontaktaufnahme</span> <select class="{GRUND_ERROR}" id="grund" name="mf_grund"> <option {GRUND_SELECTED__} value=" "> </option> <option {GRUND_SELECTED_CD_BESTELLUNG_} value="CD Bestellung ">CD Bestellung </option> <option {GRUND_SELECTED_AUFTRITTSANGEBOT_} value="Auftrittsangebot ">Auftrittsangebot </option> <option {GRUND_SELECTED_PROBLEME_MIT_DER_WEBSEITE_} value="Probleme mit der Webseite ">Probleme mit der Webseite </option> <option {GRUND_SELECTED_SONSTIGES} value="Sonstiges">Sonstiges</option> </select> </label> </div> <div class="full"> <label for="wie"><span>Wie sind Sie auf mich aufmerksam geworden? </span> <select class="{WIE_ERROR}" id="wie" name="mf_wie"> <option {WIE_SELECTED__} value=" "> </option> <option {WIE_SELECTED_INTERNETSUCHE} value="Internetsuche">Internetsuche</option> <option {WIE_SELECTED_EMPFEHLUNG_VON_EINEM_FREUND} value="Empfehlung von einem Freund">Empfehlung von einem Freund</option> <option {WIE_SELECTED_LINK_VON_EINER_WEBSEITE} value="Link von einer Webseite">Link von einer Webseite</option> <option {WIE_SELECTED_WERBUNG} value="Werbung">Werbung</option> </select> </label> </div> <div class="full"> <label for="anfrage"><span>Bitte beschreiben Sie Ihre Anfrage <span>*</span></span> <textarea rows="5" cols="80" class="{ANFRAGE_ERROR}" id="anfrage" name="mf_r_anfrage">{ANFRAGE}</textarea> </label> </div> <div class="{CAPTCHA_CLASS} full"> <label for="captcha"><span>Sind Sie ein Mensch?</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>