Purpose: It allows you to display custom made html forms processed by HiQ Formmail handler on your site in a module position or in a content item via Jumi module or Jumi plugin respectively. Usage: Download and install HiQ Formmail handler from the developer's pages http://hiqformmail.com/ into your hiqmf folder under your Joomla root. Test it as described in the documentation. Upload the distibution package jumi_forms into hiqmf folder (where HiQ files are). It contains the demo form example.html and several css and js files that can serve you as a templates for your further custom form development needs. Jumi module 1. Go to the backend admin area -> modules -> site modules. 2. Find Jumi module. Copy the module if necessary. 3. Open it for editing. Look for the line "File pathname" and write there the file pathname. E.g. hiqmf/jumi_forms.php 4. Look for the Argument values line. Write there three argument in square brackets [form file pathname] [width] [height] [scolling] where [form file pathname] is your custum html form pathname. It must be in the same directory HiQ files (in hiqmf folder)!!! [width] is the width of your form. Either in percentage (e.g.100%) or in pixels (e.g. 180). [height] is the height of your form in pixels (e.g. 450). [scolling] show crolling bars? yes/no/auto So the whole argument line looks for example [hiqmf/example.html] [100%] [450] [no] 5. Publicate module into the appropriate position and save your changes. 6. Go to the frontend and see the results. Jumi plugin Verify in the backend that your plugin is publicated. Then 1. Open appropriate article for editing and in a convenient place write this code {jumi [hiqmf/jumi_forms.php] [form file name] [width] [height] [scolling]} The meaning of the arguments is the same as it was in a module. E.g.: {jumi [hiqmf/jumi_forms.php] [hiqmf/example.html] [100%] [450] [no]} 2. Save the article. 3. Go to the frontend, open the article and you will see the results. Remark: You can taylor all the files found in the incl folder to your website design. For more demo files and Jumi usage visit: http://www.vedeme.cz