<form> <title>Add / Edit Property Type</title> <action>index.php?sub=types&action=store</action> <name>edit</name> <width>540</width> <formtag>true</formtag> <border>true</border> <buttons> <set> <footer>true</footer> <header>true</header> </set> <return onclick="" button="return" > <location>index.php?sub=types</location> </return> <save onclick="" button="saveall"> <location>javascript:document.forms[0].submit();</location> </save> </buttons> <redirect>index.php?sub=types</redirect> <fields> <type_id type="hidden" hidden="true"/> <type_name type="textbox" size="40:100" unique="true" required="true" validate="A:1:100"> <title>Type Name</title> <description>Enter an unique name for this property type.</description> </type_name> </fields> </form>