<?xml version="1.0" encoding="utf-8"?>
<contactFormStructure>
	
	<formItems>

		<item id="1" label="Name" required="true">
			<textToShow>Name*:</textToShow>
		</item>

		<item id="2" label="Phone">
			<textToShow>Phone:</textToShow>                     
                        <restrict>+-.0-9</restrict>
		</item>

		<item id="3" label="E-mail" required="true">
			<textToShow>E-mail*:</textToShow>
			<validator>EmailValidator</validator>
		</item>

		<item id="4" label="Message" required="true">
			<textToShow>Message*:</textToShow>
		</item>

	</formItems>
	
</contactFormStructure>