Skip to content
Get Discount
Formidable Forms alternatives
  • Pricing
  • Features
  • Templates
  • Integrations
  • Blog
  • Docs
  • Account
Sign in

Get Discount
Formidable Forms alternatives
Popular Search submitsubmissionentryentriespayment

Getting Started

  • How to Install Fluent Forms
  • Upgrade to Fluent Forms Pro Add-on
  • Fluent Forms Glossary
  • Getting Started With Fluent Forms
  • Fluent Forms User Interface

Form Editor

  • How to Create a Form with Fluent Forms
  • Using and Customizing Pre-built Quick Forms in Fluent Forms
  • How to create a conversational form 
  • How to Design a Conversational Form 
  • How to Create a Form with OpenAI ChatGPT
  • How to Create a Form with Fluent Forms AI

Form Style/Template

  • Modal/Popup/Lightbox in Fluent Forms
  • Fluent Forms Styling/Custom CSS
  • Official Form Styler of Fluent Forms
  • Form Layout Settings in Fluent Forms

Publishing Form

  • How to embed your forms directly in Gutenberg layout
  • Dedicated Landing Page in Fluent Forms
  • How to Use Your Forms as Widget on your Sidebar or Footer
  • How to embed your forms using Elementor Widget
  • Fluent Forms with Oxygen Builder Widget

Form Settings

  • Error Message Customization with Fluent Forms
  • User Login Requirement in Fluent Forms
  • Restrict Blank Form Submission with Fluent Forms
  • Help Message Customization in Fluent Forms

Manage Entries

  • Edit User Submitted Entries With Fluent Forms
  • Visual Representation of Form Entries in Fluent Forms
  • Managing Entries in Fluent Forms

Post Fields

  • Add Post Title Field in Post Forms 
  • Add Post Content Field in Post Forms
  • Add Featured Image Field in Post Forms 
  • Add Post Excerpt Field in Post Forms 
  • How to Create a Post Form with Fluent Forms
  • Add Post Update Field in Post Forms

Container Fields

  • Add Container Fields in Fluent Forms
  • Add Repeat Container Field in Fluent Forms 

Payment Fields

  • Add Subscription Field in Payment Forms 
  • Add Coupon Field in Payment Forms  
  • Add Payment Item Field in Payment Forms 
  • Add Payment Summary Field in Payment Forms 
  • Add Item Quantity Field in Payment Forms 
  • Add Custom Payment Amount Field in Payment Forms 
  • Add Payment Method Field in Payment Forms 

Advance Fields

  • Creating a Multi-Step Form in Fluent Forms  
  • hCaptcha in Fluent Forms
  • Hidden Input Field in Fluent Forms
  • Ratings Input Field in Fluent Forms
  • reCAPTCHA Field in Fluent Forms
  • Section Break in Fluent Forms
  • Terms & Conditions Field in Fluent Forms
  • Shortcode Input Field in Fluent Forms
  • Action Hook Field in Fluent Forms
  • Checkable Grid Input Field in Fluent Forms
  • GDPR Agreement Field in Fluent Forms
  • Password Input Field in Fluent Forms
  • Custom Submit Button in Fluent Forms
  • Range Slider Field in Fluent Forms
  • Net Promoter Score in Fluent Forms
  • Chained Select Field in Fluent Forms
  • Color Picker Field in Fluent Forms
  • Repeat Input Field in Fluent Forms
  • Rich Text Input Field in Fluent Forms
  • Save Progress Button in Fluent Forms
  • Quiz Score in Fluent Forms
  • Dynamic Field in Fluent Form  
  • FluentBooking Field in Fluent Form

General Fields

  • Address Input Field in Fluent Forms
  • Name Input Field in Fluent Forms
  • CheckBox Field in Fluent Forms
  • Phone/Mobile Input Field in Fluent Forms
  • Dropdown Field in Fluent Forms
  • Email Address Input Field in Fluent Forms
  • Custom HTML Field in Fluent Forms
  • File Upload Input Field in Fluent Forms
  • Image Upload Input Field in Fluent Form
  • Multiple Choice Field in Fluent Forms
  • Numeric Input Field in Fluent Forms
  • Radio Field in Fluent Forms
  • Adding a Mask Input Field Guide
  • Adding a Simple Text Input Field
  • Adding a Text Area Input Field
  • Website URL Input Field Guide
  • Time & Date Input Field in Fluent Forms
  • Country List Field in Fluent Form

Taxonomy Fields

  • Add Categories Taxonomy Field in Post Forms
  • Add Tags Taxonomy Field in Post Forms

Form Notification

  • Conditional Email Notification in Fluent Forms
  • Conditional Email Routing 
  • How to Setup Admin/User Email Notifications  
  • Weekly Email Summary
  • Setup Form Submission Confirmation Message in Fluent Forms
  • Fluent Forms Not Sending Email Confirmations

Form Entries

  • How to Search and Filter Form Entries
  • How to Add a Date and Time Stamp to Form Entries
  • Partial Entries for Step Forms

Features and Functionalities

  • Conditional Confirmation Message in Fluent Forms
  • Surveys and Polls in Fluent Forms
  • Set up Forms with Conditional Logic in Fluent Forms
  • Set up Double Opt-in emails in Fluent Forms
  • Form Scheduling Feature in Fluent Forms
  • Form Restrictions Feature in Fluent Forms

Others

  • How to Integrate OpenAI ChatGPT with Fluent Forms
View Categories
  • Home
  • Docs
  • General Docs
  • Features and Functionalities
  • Surveys and Polls in Fluent Forms

Surveys and Polls in Fluent Forms

Fluent Forms offers a robust and user-friendly solution for creating surveys and polls in WordPress. With its drag-and-drop builder and pre-built templates, you can design responsive, mobile-friendly surveys with interactive features like NPS surveys, real-time polls, and many more.

This article will show how to create Surveys and Polls in Fluent Forms.

Add the Input Field #

To build your survey or poll, add input fields such as:

  • Radio Fields
  • Checkboxes
  • Multiple Choice
  • Dropdown Field
  • Range Slider Field

These fields will define the structure and interactivity of your survey or poll.

01 scaled 46531

Configuring Survey Settings #

Go to Settings & Integration from the top navbar. From the Settings section, scroll down to find the Survey Result options. 

02 1 scaled 46531

Append: Now enable the Append to append survey results to the confirmation message. 

  • Append Results: Appends the survey results to the confirmation message after submission.
  • Show Labels and Counts: Displays form labels and response counts when showing survey results.

If you want to display form labels and counts when displaying the survey results, turn on the Show Label & Show Counts option. Then click the Save Settings button.

03 1 scaled 46531

Copy and paste the form’s shortcode into the desired page or post.

After submission, survey results will appear in Chart format, as shown in the screenshot below.

04 scaled 46531

Displaying Survey Results on a Page #

You can customize how survey results appear on a dedicated page using shortcodes.

Single Field #

Using a custom shortcode, you can create a new page showing the customized result. For example, if you want to show only the checkbox field, you can use the checkbox field’s name attribute inside the field_name quotation.

Also, specify if you want to show the Label and Total Count. Below the shortcode, the label is hidden, and the total count will be displayed.

  • form_id: The ID of the form.
  • label: Set to ‘yes’ to display labels or ‘no’ to hide them.
  • counts: Set to ‘yes’ to display response counts.
  • field_name: The name attribute of the field to display results for.

Now, create a new page and paste customized shortcodes on that page.

Multiple Field #

If you want to show multiple fields, you can use the Name Attribute of each field using a comma. 

See the below-customized shortcode, which includes multiple fields by separating their Name Attributes with commas.

fluentform_survey form_id="89" label='yes' counts='yes' field_name='input_radio','checkbox'
05 46531

This is the process for creating surveys and polls in fluent form. If you have any questions, feel free to contact our support team.

What are your Feelings
Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
Still stuck? How can we help?

How can we help?

Updated on June 3, 2025
Conditional Confirmation Message in Fluent FormsSet up Forms with Conditional Logic in Fluent Forms

Powered by BetterDocs

Table of Contents
  • Add the Input Field
  • Configuring Survey Settings
  • Displaying Survey Results on a Page
    • Single Field
    • Multiple Field

Fluent Forms is a lightweight, fastest WordPress contact form plugin empowering 500K+ businesses worldwide.

Email Newsletter

fluentform Newsletter Inline
Free tutorials, exclusive contents & more.
Facebook Facebook Group Twitter Instagram Linkedin YouTube WordPress

Resources

  • Account
  • Contact Us
  • Get Support
  • Brand Guideline
  • Changelog
  • Documentation
  • Developers Docs
  • API Docs
  • Report a Security Issue

Addons

  • Signature
  • PDF Generator (Free)
  • Mautic (Free)
  • Mailpoet (Free)

Calculators

  • BMI Calculator
  • GKI Calculator
  • Pay Raise Calculator
  • VAT Calculator
  • Fuel Cost Calculator
  • All Calculator Forms

Comparison

  • Free vs. Pro
  • Fluent Forms vs. WPForms
  • Fluent Forms vs. Gravity Forms
  • Fluent Forms vs. Ninja Forms
  • Fluent Forms vs. Forminator

Miscellaneous

  • Features Available in Free Version
  • Free Form Templates
  • Form Templates
  • Quick Start Guide
  • Fluent Forms Integrations

Features

  • Conversational Forms
  • Multi-Step Forms
  • Conditional Logic
  • Numeric Calculation
  • Payment
  • Quiz and Survey
  • Form Security
  • Advanced Form Styler
  • Advanced Post Creation
  • Address Autocomplete
  • Form to PDF

OUR PRODUCTS

  • FluentCommunity
  • FluentCRM
  • FluentBooking
  • FluentBoards
  • Fluent Support
  • FluentSMTP
  • Ninja Tables
  • WP Social Ninja
  • Paymattic
  • AzonPress
  • FluentSnippets

Copyright © 2025 Fluent Forms, a brand of WPManageNinja™.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The Free Version of Fluent Forms is Ready! We’ll send it to your email.
Direct Download – CTA- Homepage

By downloading you agree to our terms of use and privacy policy.

  • Pricing
  • Features
  • Templates
  • Integrations
  • Blog
  • Docs
  • Account