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}"/> <div class="onethird"> <label for="naam"><span>Uw voornaam <span>*</span></span> <input required="required" class="{NAAM_ERROR}" type="text" id="naam" name="mf_r_naam" value="{NAAM}" /> </label> </div> <div class="twothird"> <label for="achternaam"><span>achternaam <span>*</span></span> <input required="required" class="{ACHTERNAAM_ERROR}" type="text" id="achternaam" name="mf_r_achternaam" value="{ACHTERNAAM}" /> </label> </div> <div class="full"> <label for="email"><span>mailadres <span>*</span></span> <input required="required" class="{EMAIL_ERROR}" type="text" id="email" name="mf_r_email" value="{EMAIL}" /> </label> </div> <div class="full"> <label for="inschrijven"><span>Inschrijven voor: <span>*</span></span> <select required="required" class="{INSCHRIJVEN_ERROR}" id="inschrijven" name="mf_r_inschrijven"> <option {INSCHRIJVEN_SELECTED_IPAD_BASIS_CURSUS} value="iPad basis cursus">iPad basis cursus</option> <option {INSCHRIJVEN_SELECTED_FOTO_WORKSHOP_IPAD} value="Foto workshop iPad">Foto workshop iPad</option> <option {INSCHRIJVEN_SELECTED_IPHONE_WORKSHOP} value="iPhone workshop">iPhone workshop</option> <option {INSCHRIJVEN_SELECTED_VERVOLGCURSUS_IPAD} value="Vervolgcursus iPad">Vervolgcursus iPad</option> </select> </label> </div> <div class="onethird"> <label for="model"><span>Ik bezit een: <span>*</span></span> <div class="grouping {MODEL_ERROR}"> <input required="required" type="checkbox" id="i-model1" {MODEL_IPAD_AIR} name="mf_r_model[]" value="iPad Air" /><label for="i-model1">iPad Air</label> <input required="required" type="checkbox" id="i-model2" {MODEL_IPAD_PRO} name="mf_r_model[]" value="iPad Pro" /><label for="i-model2">iPad Pro</label> <input required="required" type="checkbox" id="i-model3" {MODEL_IPAD_MINI} name="mf_r_model[]" value="iPad mini" /><label for="i-model3">iPad mini</label> </div> </label> </div> <div class="twothird"> <label for="ios"><span>Besturingsysteem:</span> <div class="grouping {IOS_ERROR}"> <input type="checkbox" id="i-ios1" {IOS_IOS9} name="mf_ios[]" value="IOS9" /><label for="i-ios1">IOS9</label> <input type="checkbox" id="i-ios2" {IOS_IOS10} name="mf_ios[]" value="IOS10" /><label for="i-ios2">IOS10</label> <input type="checkbox" id="i-ios3" {IOS_IOS11} name="mf_ios[]" value="IOS11" /><label for="i-ios3">IOS11</label> <input type="checkbox" id="i-ios4" {IOS_WEET_NIET} name="mf_ios[]" value="weet niet" /><label for="i-ios4">weet niet</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">Submit this form</button> </div> </form> </div> </div>