<?xml version="1.0" encoding="UTF-8"?>
<form jsname="jsname_test" action="action_test" method="GET"  name="name_test" target="target_test">

	<additionalhtml>
		Added in front of the closing form tag
	</additionalhtml>
  
  <defaults>
    <text size="1" maxlength="2"/>
    <file size="3"/>
    <image border="4"/>
    <intros errormsg = "Don't select me">
			<intro value="5">intro</intro>
		</intros>
    <css class="css class" id="id">style</css>
  </defaults>
  
  <elements nameprefix="elementnameprefix"/>
  
</form>

