Creating a form
To create a new form, select the Form part and place it within the Page part. Remember that all Web Connection parts use flowed layout. You can have other Web Connection visual parts, and even other forms, above or below the Form part.
When you first add the Form, it appears as a small, empty rectangle in the page. As you add form parts to the form, the form itself will automatically expand to accommodate the parts it contains.
Setting up the form action
For each form, you must open the properties and define an action to take when the data on the form is submitted. To define the action to take, you must specify the location of the program or page that will process the form data. As with hypertext links, you can specify either the name of a VA Smalltalk Web Connection part, or a fully specified URL. For a form action, the URL should point to a server program.
In addition to the location, you must specify the method to use when submitting the form data: GET or POST. The default is POST.
Last modified date: 01/29/2015