XForms Example

Course Recommendation:

Test through Internet Explorer

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

Please click on the link below the example.

An XForms Example

Please see this document using XForms:
<xforms>
  <model>
  <instance>
    <person>
    <fname/>
  <lname/>
  </person>
  </instance>
</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