Method - The method that will transmit the form data to the
server. Choices are:
Post (Recommended) - Embeds the form data in the HTTP request.
Get - Appends the value to the URL requesting the page.
Align - How to position the form in the web page.
Width - The width of the form. You can specify the width as
either pixels or percentages.
Border - Type 1 to show the form border, type 0 to hide the
form border.
There are 2 columns in the form, the left one for the text, the right one
for the object. (These two will merge if there is only text, or only object
in a row.)
Width - You can specify the left (text) column width here.