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