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>Polja označena sa <span><span>*</span></span> su obavezna</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="Medicinski Aparati"/> <input name="mf_timestamp" type="hidden" value="{DATE} {TIME}"/> {ASPFIELDS} <div class="full"> <label for="ime"><span>Ime i prezime <span>*</span></span> <input class="{IME_ERROR}" type="text" id="ime" name="mf_r_ime" value="{IME}" /> </label> </div> <div class="full"> <label for="telefon"><span>Telefon <span>*</span></span> <input class="{TELEFON_ERROR}" type="text" id="telefon" name="mf_r_telefon" value="{TELEFON}" /> </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="poruka"><span>Poruka <span>*</span></span> <textarea rows="5" cols="80" class="{PORUKA_ERROR}" id="poruka" name="mf_r_poruka">{PORUKA}</textarea> </label> </div> <div class="{CAPTCHA_CLASS} full"> <label for="captcha"><span>Potvrdite da ste čovek</span> <div class="grouping {CAPTCHA_ERROR}"> {CAPTCHA} </div> </label> </div> <div class="full"> <button class="submit" name="Submit" type="submit">Pošalji upit</button> </div> </form> </div> </div>