Define Form Dialog

Click the button and choose "Form" from the drop-down list or command "Insert/Form Field/Form" to open the Form dialog. Using Form on the page, you can get information from visitors. If you are requesting customer information or having visitors fill out your guest book, forms will do the job.

Properties

Settings


    Name: Give a name to the form.
    Method Defines how the form data is handled.
    a. Get Appends form values to the URL and sends the server a GET request. Because URLs are limited to 8192 characters, don't use the GET method with long forms.
    b. Post Sends the form values in the body of a message and sends the server a POST request.
    c. Default Uses the browser default method (generally GET).
    Action Identifies the server-side application that processes the form information, specified as a URL. Enter the path for the application or click the folder icon to locate the file.


Related Topics

Edit Page Add Form

Workspace: Push Button, Check Box, Radio Button, Hidden Field, One-line Text box, Text Area, Dropdown List, Image

HTML Reference <FORM>