XForms Example

Test through Internet Explorer

You can test this example using Internet Explorer 5 or higher.

Please click the link below the example.

An XForms instance

Please see this document using XForms:

<xforms>
<model>
  <instance>
  <person>
    <fname/>
    <lname/>
  </person>
  </instance>
  </submission id="form1" method="get" action="submit.asp"/>
</model>
<input ref="fname">
<label>First Name</label></input><br />
<input ref="lname">
<label>Last Name</label></input><br /><br />
<submit submission="form1">
<label>Submit</label></submit>
</xforms>

The page will be displayed as follows:

xforms_example

Test this example on your computer