Go to the previous topic.    Go to the next topic.

Configuring the form method

The form method determines how your form (your poll) will interact with the server. It must be post, for your poll to work. The opening line of your firm will be:

<form action="/path/to/poll.cgi" method="post">