|
|
|
you can use for this purpose. |
|||
![]() Click on Form and CreaText will open this dialog box. In the Action field, type the location of the CGI Script on our host's web server. ( Example: Action="/cgi_bin/survey.pl" ) Then, select the Method, Post or Get. Next, go to Insert >Text Input Field in the Form Menu. That will bring up this dialog box: ![]() Next, enter a Size for the text input field. This will determine the Width of the Text Box. In the Maxlength box enter the maximum number of characters the box will contain. If you want some text to be pre-entered into the text box, enter it in the Text Field.
Next, select the type of Information you want entered. Text, or a Password.
Then, click Insert. Now, in a browser preview your form should appear like the top image, shown here, if it is a name field. The person filling out your form types a name here. ![]() If you chose Password, the characters typed in won't show. For security, only symbols will be shown for the characters and numbers, as shown below.
|
|||
![]()
![]() |
|||
![]() ![]() ( Tip: Using font tags, you can make the word in the button bold, italic, underlined, or even a color, if you choose. ) |
|||
![]() The File Button allows you to set parameters for Browsing and Opening Files. It puts a Browse Button and an Input Field on the web page. ( As shown above. )
|
|||
![]() The Hidden Element is used for scripts that take additional parameters. For example, if you have a mailer script that is provided by a third party company, you can supply your email address here, so the produced email is sent to you.
![]()
|
|||
![]() Group is used for radio buttons. For example, if you have:
Then you can group the color and the computers. If you don't group them, they will be treated as one group, and you can only select one button for all of them. |
|||
|
|
|