To specify the method and action attributes for the HTML
form,
Select Form Tag on the HTML Form Fields window.
The Form Tag Information window displays.
Enter the following information:
The Method attribute specifies how the browser sends data to the server for processing. There are two choices for sending the data:
POST – This is a two step transmission. The browser contacts the server in the first transmission. After contact has been made, the browser sends the data to the server in a second transmission.
GET – The server is contacted and the data sent at the same time during one transmission.
The Form Action attribute specifies the URL of the application that will process the form data that is submitted to the server.