<?xml version="1.0" encoding="utf-8"?>
<contactFormStructure>
	
	<formItems>

		<item id="1" label="NAME" required="true">
			<textToShow>NAME</textToShow>
		</item>

		<item id="2" label="E-MAIL">
			<textToShow>E-MAIL</textToShow>                     
                        <validator>EmailValidator</validator>
		</item>

		<item id="3" label="ADDRESS" required="true">
			<textToShow>ADDRESS</textToShow>
		</item>

		<item id="4" label="MESSAGE" required="true">
			<textToShow>MESSAGE</textToShow>
		</item>

	</formItems>
	
</contactFormStructure>
