Forms can be inserted as a code in html mode. The form output is collected and send to the admin email or to an optional mail you have defined in the form. The following conditions are mandatory if you want the form to work:
- Each field should have a hidden field equivalent having the same name, but with -X or -0 added after the name. -X means the field is mandatory and -0 means the field is optionnal,
- There is a hidden field named u_act with value unakform
- If you have textarea fields you MUST save the form while in html mode with the button next to the page title field. Because of the way the wysiwyg editor works, textarea field is not handled properly and the unak script should replace it with the ad hoc
- Enter a __orderinit__ tag at the end of the form, before the closing tag.
The following is an example contact form. Use the code as a template for your own forms:


