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 Sternchen <span><span>*</span></span> markierte Felder sind Pflichtfelder, deren Daten zur Beantwortung Ihrer erforderlich sind.</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="Veranstaltungsanmeldung"/> <input name="mf_timestamp" type="hidden" value="{DATE} {TIME}"/> <div class="full"> <label for="spielertyp"><span>Anmelden als</span> <select class="{SPIELERTYP_ERROR}" id="spielertyp" name="mf_spielertyp"> <option {SPIELERTYP_SELECTED_SPIELER} value="Spieler">Spieler</option> <option {SPIELERTYP_SELECTED_NSC} value="NSC">NSC</option> <option {SPIELERTYP_SELECTED_ANDERES_(NUR_IN_ABSTIMMUNG_MIT_DER_ORGA)} value="anderes (nur in Abstimmung mit der Orga)">anderes (nur in Abstimmung mit der Orga)</option> </select> </label> </div> <div class="onethird"> <label for="anrede"><span>Anrede</span> <select class="{ANREDE_ERROR}" id="anrede" name="mf_anrede"> <option {ANREDE_SELECTED_HERR} value="Herr">Herr</option> <option {ANREDE_SELECTED_FRAU} value="Frau">Frau</option> </select> </label> </div> <div class="twothird"> <label for="name"><span>Name <span>*</span></span> <input required="required" class="{NAME_ERROR}" type="text" id="name" name="mf_r_name" value="{NAME}" /> </label> </div> <div class="full"> <label for="straße_und_nummer"><span>Straße und Hausnummer <span>*</span></span> <input required="required" class="{STRASSE_UND_NUMMER_ERROR}" type="text" id="straße_und_nummer" name="mf_r_straße_und_nummer" value="{STRASSE_UND_NUMMER}" /> </label> </div> <div class="onethird"> <label for="plz"><span>PLZ</span> <input class="{PLZ_ERROR}" type="text" id="plz" name="mf_plz" value="{PLZ}" /> </label> </div> <div class="twothird"> <label for="ort"><span>Ort</span> <input class="{ORT_ERROR}" type="text" id="ort" name="mf_ort" value="{ORT}" /> </label> </div> <div class="half"> <label for="email"><span>E-Mail Adresse <span>*</span></span> <input required="required" class="{EMAIL_ERROR}" type="text" id="email" name="mf_r_email" value="{EMAIL}" /> </label> </div> <div class="half"> <label for="telefon"><span>Telefon (für Rückfragen)</span> <input class="{TELEFON_ERROR}" type="text" id="telefon" name="mf_telefon" value="{TELEFON}" /> </label> </div> <div class="full"> <label for="agb"><span>AGBs akzeptieren <span>*</span></span> <div class="grouping {AGB_ERROR}"> <input required="required" type="checkbox" id="i-agb1" {AGB_ICH_HABE_DIE_AGBS_DES_WÜRFEL_UND_SCHWERT_E.V._GELESEN_UND_AKZEPTIERE_DIESE_} name="mf_r_agb[]" value="Ich habe die AGBs des Würfel und Schwert e.V. gelesen und akzeptiere diese " /><label for="i-agb1">Ich habe die AGBs des Würfel und Schwert e.V. gelesen und akzeptiere diese </label> </div> </label> </div> <div class="full"> <label for="datenschutz"><span>Datenschutzerklärung <span>*</span></span> <div class="grouping {DATENSCHUTZ_ERROR}"> <input required="required" type="checkbox" id="i-datenschutz1" {DATENSCHUTZ_ICH_HABE_DIE_DATENSCHUTZERKLÄRUNG_DES_WÜRFEL_UND_SCWERT_E.V._GELESEN_UND_BIN_MIT_DER_ELEKTRONISCHEN_VERARBEITUNG_MEINER_DATEN_EINVERSTANDEN} name="mf_r_datenschutz[]" value="Ich habe die Datenschutzerklärung des Würfel und Scwert e.V. gelesen und bin mit der elektronischen Verarbeitung meiner Daten einverstanden" /><label for="i-datenschutz1">Ich habe die Datenschutzerklärung des Würfel und Scwert e.V. gelesen und bin mit der elektronischen Verarbeitung meiner Daten einverstanden</label> </div> </label> </div> <div class="full"> <label for="charname"><span>Charakter Name</span> <input class="{CHARNAME_ERROR}" type="text" id="charname" name="mf_charname" value="{CHARNAME}" /> </label> </div> <div class="full"> <label for="magie"><span>Magische Begabung</span> <div class="grouping {MAGIE_ERROR}"> <input type="radio" id="i-magie1" {MAGIE_SO_EINEN_QUATSCH_HAB_ICH_NICHT} name="mf_magie" value="So einen quatsch hab ich nicht" /><label for="i-magie1">So einen quatsch hab ich nicht</label><br> <input type="radio" id="i-magie2" {MAGIE_MAGIER} name="mf_magie" value="Magier" /><label for="i-magie2">Magier</label> <input type="radio" id="i-magie3" {MAGIE_KLERIKAL} name="mf_magie" value="Klerikal" /><label for="i-magie3">Klerikal</label> <input type="radio" id="i-magie4" {MAGIE_DRUIDE} name="mf_magie" value="Druide" /><label for="i-magie4">Druide</label> <input type="radio" id="i-magie5" {MAGIE_ANDERE_MAGISCHE_BEGABUNG} name="mf_magie" value="Andere magische Begabung" /><label for="i-magie5">Andere magische Begabung</label> </div> </label> </div> <div class="full"> <label for="hintergrund"><span>Hintergrund und Wissenswertes</span> <textarea rows="5" cols="80" class="{HINTERGRUND_ERROR}" id="hintergrund" name="mf_hintergrund">{HINTERGRUND}</textarea> </label> </div> <div class="full"> <label for="hintergrund_datei"><span>Wenn der Hintergrund zu lang ist, kann dieser auch als Datei hochgeladen werden (Word Dokument oder PDF Datei)</span> <input class="{HINTERGRUND_DATEI_ERROR}" type="file" id="hintergrund_datei" name="mf_hintergrund_datei" value="{HINTERGRUND_DATEI}" /> </label> </div> <div class="full"> <label for="whatsapp"><span>In WhatsApp-Gruppe aufnehmen</span> <div class="grouping {WHATSAPP_ERROR}"> <input type="checkbox" id="i-whatsapp1" {WHATSAPP_ICH_HABE_EINEN_WHATSAPP_ACCOUNT_UND_MÖCHTE_IN_DIE_GRUPPE_AUFGENOMMEN_WERDEN} name="mf_whatsapp[]" value="Ich habe einen Whatsapp Account und möchte in die Gruppe aufgenommen werden" /><label for="i-whatsapp1">Ich habe einen Whatsapp Account und möchte in die Gruppe aufgenommen werden</label> </div> </label> </div> <div class="{CAPTCHA_CLASS} full"> <label for="captcha"><span>Bitte bestätigen Sie, dass Sie eine Person sind.</span> <div class="grouping {CAPTCHA_ERROR}"> {CAPTCHA} </div> </label> </div> <div class="full"> <button class="submit" name="Submit" type="submit">Anmelden</button> </div> </form> </div> </div>