# Display a poll

To display polls on the front end, use a custom block or add a shortcode.

# Displaying a poll using a shortcode

  1. Find the ID of the poll in the Manage Polls section
  2. In the block editor, create a new Shortcode block
  3. Enter a desired shortcode:
    • To embed a specific poll in your post, use [poll id="2"] where 2 is your poll ID.
    • To embed a specific poll’s result in your post, use [poll id="2" type="result"] where 2 is your poll ID.
    • To embed a random poll in your post, use [poll id="-2"]
Last Updated: 7/23/2020, 4:08:16 PM