<?xml version="1.0" encoding="UTF-8"?>
<form>
	<item caption="Company" name="company" type="line" attr="" mandatory="" error="" />
	<item caption="Name" name="name" type="line" attr="" mandatory="*" error="Please enter your name" />
	<item caption="Address" name="address" type="line" attr="" mandatory="" error="" />
	<item caption="Zip/City" name="zipcity" type="line" attr="" mandatory="" error="" />
	<item caption="Phone" name="phone" type="line" attr="" mandatory="*" error="Please enter your phone number" />
	<item caption="Email" name="email" type="line" attr="email" mandatory="*" error="Please enter a valid email address" />
	<item caption="Reply by" name="reply" type="radio" attr="{Email|by email}{Phone|by phone}{Post|by post}" mandatory="*" error="Please select a reply mode" />
	<item caption="Income" name="income" type="select" attr="{-- please choose --|}{more than $30'000|30000}{more than $50'000|50000}{more than $70'000|70000}" mandatory="*" error="Please select your income" />
	<item caption="&lt;hr /&gt;" name="" type="divider" attr="" mandatory="" error="" />
	<item caption="Interests" name="interests1" type="checkbox" attr="{Fishing}{Cars &amp; Bikes|cars}{Music|music/sounds}{Cultures}" mandatory="*" error="Please choose at least one interest" />
	<item caption="Interests 2" name="interests2" type="multiselect" attr="{Fishing}{Cars &amp; Bikes|cars}{Music|music/sounds}{Cultures}" mandatory="*" error="Please choose at least one interest 2" />
	<item caption="&lt;hr /&gt;" name="" type="divider" attr="" mandatory="" error="" />
	<item caption="Request" name="request" type="field" attr="" mandatory="*" error="Please enter a request" />
	<item caption="Limited Chars" name="limited" type="field" attr="250" mandatory="*" error="Please enter a limited text" />
	<item caption="Attachment" name="file" type="file" attr="" mandatory="*" error="Please chose an attachment to send" />
	<item caption="Keyword" name="hash" type="captcha" attr="" mandatory="*" error="Please enter the keyword correctly" />
</form>