Enable form submission
Microsoft Office InfoPath 2003 form submission can be enabled in several ways: forms can be submitted directly to a database (Microsoft Access or Microsoft SQL Server only) or Web service, through HTTP, or by using custom script. This topic covers submitting through HTTP and submitting using custom script. To learn about submitting to a database or Web service, see the topics about designing a form connected to a database and designing a form connected to a Web service.
- In design mode, click Submitting Forms on the Tools menu.
- In the Submitting Forms dialog box, click Enable submit.
- In the Submit list, click Submit through HTTP.
- In the URL box, type the address you want the forms submitted to.
Enable submit using custom script
- In design mode, click Submitting Forms on the Tools menu.
- In the Submitting Forms dialog box, click Enable submit.
- In the Submit list, click Submit using custom script.
- Make sure the Open Microsoft Script Editor check box is selected, and then click OK.
- In Microsoft Script Editor, type the script that you want to run when a user clicks Submit on the File menu.
- On the File menu, click Save, and then quit Microsoft Script Editor.