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 erforderlich</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="Formular von der Webseite"/>
<input name="mf_timestamp" type="hidden" value="{DATE} {TIME}"/>
<div class="twothird">
<label for="ihr_name"><span>Ihr Name bitte <span>*</span></span>
<input required="required" class="{IHR_NAME_ERROR}" type="text" id="ihr_name" name="mf_r_ihr_name" value="{IHR_NAME}" />
</label>
</div>
<div class="half">
<label for="email"><span>Ihre Email <span>*</span></span>
<input required="required" class="{EMAIL_ERROR}" type="text" id="email" name="mf_r_email" value="{EMAIL}" />
</label>
</div>
<div class="twothird">
<label for="empfänger"><span>Gewünschter Empfänger <span>*</span></span>
<div class="grouping {EMPFÄNGER_ERROR}">
<input required="required" type="radio" id="i-empfänger1" {EMPFÄNGER_GESCHÄFTSFÜHRENDE_PFARRERIN_SYDOW_} name="mf_r_empfänger" value="Geschäftsführende Pfarrerin Sydow " /><label for="i-empfänger1">Geschäftsführende Pfarrerin Sydow </label><br>
<input required="required" type="radio" id="i-empfänger2" {EMPFÄNGER_PFARRER_RIEDEL_/_OGP_} name="mf_r_empfänger" value="Pfarrer Riedel / OGP " /><label for="i-empfänger2">Pfarrer Riedel / OGP </label><br>
<input required="required" type="radio" id="i-empfänger3" {EMPFÄNGER_GEMEINDEBÜRO_FRAU_ZIEGNER_} name="mf_r_empfänger" value="Gemeindebüro Frau Ziegner " /><label for="i-empfänger3">Gemeindebüro Frau Ziegner </label><br>
<input required="required" type="radio" id="i-empfänger4" {EMPFÄNGER_GEMEINDE-HAUSMEISTER_HERR_DEININGER_} name="mf_r_empfänger" value="Gemeinde-Hausmeister Herr Deininger " /><label for="i-empfänger4">Gemeinde-Hausmeister Herr Deininger </label><br>
<input required="required" type="radio" id="i-empfänger5" {EMPFÄNGER_WEBMASTER_ÖFFENTLICHKEITSARBEIT_RIETZ_} name="mf_r_empfänger" value="Webmaster Öffentlichkeitsarbeit Rietz " /><label for="i-empfänger5">Webmaster Öffentlichkeitsarbeit Rietz </label><br>
</div>
</label>
</div>
<div class="onethird">
<label for="antwort_erwünscht_über"><span>Anwort erwünscht per <span>*</span></span>
<div class="grouping {ANTWORT_ERWÜNSCHT_ÜBER_ERROR}">
<input required="required" type="radio" id="i-antwort_erwünscht_über1" {ANTWORT_ERWÜNSCHT_ÜBER_EMAIL_} name="mf_r_antwort_erwünscht_über" value="Email " /><label for="i-antwort_erwünscht_über1">Email </label><br>
<input required="required" type="radio" id="i-antwort_erwünscht_über2" {ANTWORT_ERWÜNSCHT_ÜBER_RÜCKRUF_} name="mf_r_antwort_erwünscht_über" value="Rückruf " /><label for="i-antwort_erwünscht_über2">Rückruf </label><br>
<input required="required" type="radio" id="i-antwort_erwünscht_über3" {ANTWORT_ERWÜNSCHT_ÜBER_KEINE_ANTWORT_ERFORDERLICH_} name="mf_r_antwort_erwünscht_über" value="Keine Antwort erforderlich " /><label for="i-antwort_erwünscht_über3">Keine Antwort erforderlich </label><br>
</div>
</label>
</div>
<div class="onethird">
<label for="datenschutzhinweis"><span>Datenschutzhinweise gelesen <span>*</span></span>
<div class="grouping {DATENSCHUTZHINWEIS_ERROR}">
<input required="required" type="checkbox" id="i-datenschutzhinweis1" {DATENSCHUTZHINWEIS_JA} name="mf_r_datenschutzhinweis[]" value="Ja" /><label for="i-datenschutzhinweis1">Ja</label>
</div>
</label>
</div>
<div class="full">
<label for="nachricht"><span>Ihre Nachricht an uns: <span>*</span></span>
<textarea required="required" rows="5" cols="80" class="{NACHRICHT_ERROR}" id="nachricht" name="mf_r_nachricht">{NACHRICHT}</textarea>
</label>
</div>
<div class="{CAPTCHA_CLASS} full">
<label for="captcha"><span>Zeigen Sie uns bitte, dass Sie ein Mensch sind</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>