Limit Poll Submissions

This section explains how to control repeat submissions and still allow Web site visitors to see the Web page hosting the Poll that they tried to resubmit.

The once-per-session Submissions button in the Form Properties dialog is not recommended for Polls. This button makes the Poll Web page unviewable to users who try to resubmit the form.

Instead, the content author can use a conditional HTML tag to present alternate content to site visitors who have already submitted a form during a browser session. The author adds the conditional tag to the body of a Web page. Users who try to submit a Poll more than once will see the alternate content.

This section explains how to control repeat submissions and still allow Web site visitors to see the Web page hosting the Poll that they tried to resubmit.

The HTML string that limits form submissions is test="form.submittedInSession".