WP Feedback & Survey Manager is a WordPress Plugin using which you can turn your blog into a live and interactive Survey and Feedback type site. Also, by using the settings page, you can build your own Quiz type and Question/Answer type form as well.
It is fully compatible with WordPress 3 along with MultiSite. Infact, using MultiSite is the only way (as of now) to make multiple forms.
Version: 1.1.4 Downloads: 7,278 Rating: 4/5 Updated: 2012-10-26 Requires: WordPress 3.3
New in Version 1.1.x:
- Now Survey Questions can be made optional or required
- Now Feedback Questions can be made optional or required
- 4 predefined personal information are now configurable
- Can add upto 20 extra personal information questions
- Can easily rearrange the order of the tabs from Settings
Pro Version:
Now we have released a pro version with tons of new features and updates. Here are our favorite features:
- Unlimited form with 100 MCQ/FreeType questions (each) and additional 20 Personal Information fields.
- Custom notification email upon submission both for the user and administrator.
- Capability to channel different feedback topics to different email addresses.
- 24 Preset Themes to start with.
- Ability to customize all the colors/background/fonts of the forms differently for each of the tabs.
- Most beautiful Google WebFonts included. You select your own body and heading fonts.
- Quick analytical graph on the dashboard (FSQM Pro > Dashboard).
- Complete Survey (MCQ) Report Generator. Represents data in Pie Chart, Column Chart, Bar Chart or detailed Tabular form.
- Moderate every feedback/submission, add administrator comments which the user can see using the track link (which can be emailed to them upon submission), even edit a particular submission and update with newer data.
- Change the title and description of every tab and every area of the form. Nothing is hardcoded, you can change every single word.
- Mark submissions “Star”. Works just like Gmail (click and done).
- Intuitive admin section, works just like WordPress’ own admin panels. So will you feel like home in no time.
Documentation:
Trackbacks/Pingbacks
- Turn your WordPress blog into Feedback, Survey or Quiz site - WP FBSM - [...] Source. It is available for download from WordPress Plugin Repository and you can find the latest documentation here.Let us ...












Hello. Thank you for a very nice survey form.
I have a survey where I do not show or require the email address input. However when they submit the survey, it always comes back with “invalid email address”
The survey is at:
http://www.fbcrichmondmo.org/about/welcome-to-first-baptist-church/congregational-profile-survey/
Any help is appreciated. Thanks!
(P.S. I made a small adjustment to the css to display the checkboxes to the left of the text. I think it is a bit cleaner that way.)
Nevermind my previous email. I figured it out. There is a bug in your plug. On the form-class.php file, you aren’t checking whether or not the email addres is required before checking whether or not it is valid. I fixed this way:
if(” == $data['pinfo']['email'] && $this->pinfo['email']['enabled'] == true && $this->pinfo['email']['required'] == true)
$errors[] = __(‘Email is empty’, ‘fbsr’);
if(false === is_email($data['pinfo']['email']) && ” != $data['pinfo']['email'] && $this->pinfo['email']['enabled'] == true && $this->pinfo['email']['required'] == true)
$errors[] = __(‘Invalid email address’, ‘fbsr’);
(First if statement is unchanged, and just for context. The second one has the additional checks added)
Hello,
I have installed your plugin here http://www.jenkinsonscaterers.co.uk/wp/feedback/
Everything works fine except that the form keeps telling me that the security question is incorrect.
Do you have any idea what could be causing that? I have no javascript errors.
Thanks a lot
Andy
Andy ideas???
Hi Swashata, I have a few questions regarding the current Pro version of your plugin before buying it:
1) Is it possible to have single/multiple choice questions AND free text field(s) on the same tab?
If not, is there a workaround to do it yet?
2) Is it possible to prevent people from voting more than once? (block the same IP)
3) Is it possible to let people vote separately for each page (blog post) using the same form with same ID?
Frank
The first two is not possible (the second one is possible though by blocking email address not IP).
The third one can be achieved by copying the form easily using the copy button on the pro plugin.
Hi there,
I am a new user.
Congratulations on the plug in – looks really good.
However, I can’t see to get off first base.
When I insert [feedback] into the post, I get <input type="hidden" name="wp_feedback[pinfo][h_h]" value="
No form displayed, just the text above.
Can you please advise?
Thanks
Richard
That was in the FAQs. Install mcrypt library on your server.
Hello, I’m translating this amazing plugin, but right now a have a problem with the pop-ups tips like “Please select an option” where can I edit this kind of messages??
Under /static/front/js. There are many localization files already available. Just google for position absolute jquery validation.
I have a big problem. The survey only works with administrator account – when it’s over role accounts it’s not sending the survey. What can I do ? It’s very urgent ! I have sent invitations to people and need their advices with the survey.
I love this plugin! Is it possible to have the results viewed below the questions, after someone has completed the survey
hello, will this product allow me to present my users with a questionnaire at the end of which they are presented with their score?
Hi, that is not possible.
My next button doesn’t work with my lite version of your plugin. Take a look at http://utahcprtraining.com/feedback/
Can I put the feedback shortcode into all pages at once instead of putting it on each page individually?
Sorry, there isn’t a way to do this.
Hi.
I have just downloaded the plugin and successfully
installed. And now I have played and test the
plugin and created a questioner, and it did
successfully run in my page. Now my
question is, I’m confuse segregating my questioners
into different types. Now when i click the NEXT button,
I want to go the next survey after completing the previous.
In the Feedback settings in admin panel, how do I make
another survey that when after clicking the NEXT button it
goes to another kind of survey?
Thanks much advance.
I just installed your plug-in and I have absolutely no idea on how to get started. Your documentation says:
First you go to the settings page. There you will find plenty of options for modifying the survey and feedback section of the form.
What settings page? In the settings area of my WordPress I do not see the plug-in listed.
Thanks,
Terry
OK, feeling really stupid. Just figured it out. Sorry.