- From: Poulson, Curtis <cpoulson@progeny.net>
- Date: Fri, 15 Feb 2008 10:25:41 -0500
- To: <public-forms@w3.org>
- Message-ID: <D33E705E16FD0D4D8900D2A2815E9C50052FA2@es-107a.vabeach.progeny.net>
Good morning, I am trying to create an XForm. I can not get the submit button to show. What type of file do you put the code in? The code is below. This is my first XForm experience. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 TRANSITIONAL//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-TRANSITIONAL.dtd"> <html xmlns:xf="http://www.w3.org/2002/xforms"> <head> <title>XForms Test Document</title> <xf:model> <xf:instance> <course> <cnumber/> <cname/> </course> </xf:instance> <xf:submission id="form1" action="submit.asp" method="get"/> </xf:model> </head> <body> <xf:input ref="cnumber"> <xf:label> Course Number</xf:label></xf:input> <br/> <br/> <xf:input ref="cname"> <xf:label> Course Name</xf:label></xf:input> <br/> <br/> <xf:submit submission="form1"> <xf:label>Submit</xf:label></xf:submit> </body> </html> Curtis Poulson Progeny Systems Corporation 5700 Thurston Avenue, Suite 211 Virginia Beach, VA 23455-3302 cpoulson@progeny.net 757-460-7450 ext. 117
Received on Sunday, 17 February 2008 17:25:35 UTC