Poll

The Poll server control displays a poll or survey created from an Ektron form on a Web page. When added to a template and visited, the poll might look like this. You can change a poll's appearance by modifying its properties.

You should display a poll or survey with a Poll server control, because it provides great flexibility with the poll's appearance. Typically, developers want a poll or survey in a small section of a Web page, not the main content. By using the EnableAjax property, you can display the results in the same area as the poll or survey without refreshing the entire page.

However, if you want the form/poll/survey’s response to be either Redirect to a file or page or Redirect form data to an action page, you must use a Form Block server control to display the form on a Web page. See also: FormBlock.