Code

Discussion on Modal Survey - WordPress Poll, Survey & Quiz Plugin

Discussion on Modal Survey - WordPress Poll, Survey & Quiz Plugin

Cart 5,890 sales
Recently Updated

pantherius supports this item

Supported

This author's response time can be up to 2 business days.

1289 comments found.

Is there a way to get open-ended responses instead of just multiple choice?

Hello,

You can add one open text answer for each question. When you add a new answer, a popup appear that offer you to choose from normal answer or open text answer to add.

Regards,
Pantherius

Hello,

I have a problem with the configuration of mailchimp.

Impossible to receive a mailchimp confirmation email or a listing to the list.

I have tried all the options of your plugin, I have no javascript error.

How can we do ?

Note:

Enable Form = checked Request Name = checked Request Email Address = checked

Enable Subscription Confirmation = checked Submit Form without Confirm Signup = checked or uncheked, same Enable MailChimp = checked Id and list Mailchimp, writing, copy, 10 times for be sure

Best Regards

Just sent you the response.

Perfect ! with the version php 7.0.20 its compatible now. Quick support, i recommand :)

Great to hear that, the issue has been solved.

Hi,

Pre-purchase question.

Is there anyway to integrate Google reCAPTCHA before send results by email ?

Thanks in advance.

Hello,

The email sending works with AJAX in the background, therefore adding any captcha is not necessary since the form can’t be submitted by any robots. Certainly, if you even would like to do it, it can be achieved by code customization.

Regards,
Pantherius

Hi i have question i need to speed up redirection process. Is there any way to do it? So the redirection page will show up much quicker?I don’t want to see the massage thank you for submitting survey but quick redirect to page.

Without assigned scores, there are no highest score, all of them will be zero.

Regards,
Pantherius

thanks it works now perfectly

Great to hear that, you’re welcome!

Hi,

Pre purchase question

First:

I want to create quiz like https://psychcentral.com/therapy/ every answer has certain points and you get results depending on your total score.

Is this possible?

Second:

I want to create a questionnaire where my client answer the selected questions and depending on the answers at the end they are presented with a product.

I would appreciate if you could share demo of that type of quiz. thanks

You’re welcome!

The personality test means score based questions for me, so it doesn’t clear how do you mean.

Is it possible to have two type of personality test in one survey?

First 10 questions will determine your hobbies and second 10 questions will determine your character strength ?

You can add as many categories in the same survey as you wish. It can be assigned to the answers OR to the questions.

Hello,

A pre-sale question! Is it possible to aks the participant’s email at the beginning of the survey and if we already have an answer from that email, exit the survey?

Thank you.

Hello,

No, the email can be requested at the end only to prevent uncompleted surveys.

Regards,
Pantherius

Even if the email is requested at the end is it possible to show a message that this email has already answered to the servey? Is it easy to be added as a feature?

The plugin already provide a feature to display the survey once for the same users using cookies or database validation (logged in users only) That means, the survey won’t be displayed again for the same users on the same computer if you set it. If you even would like to add email validation, it can be done with some code customization.

Regards,
Pantherius

Hi,

I am interested in buying this plugin. Is it possible to make a survey invitation only?

Thanks!

Hello,

However, is is not a feature at the moment, you can create password protected pages in WordPress by default. This way you can send the password in email to the participants.

I’m sure there are other ways to create protected pages with 3rd party plugins, so the survey could be embed to those pages.

Regards,
Pantherius

Why can’t you score open text answers? I want to use this plugin for a quiz where there is only one right answer but it has to be properly input into an open text area. Why don’t you support that?

Hello,

You can also assign score to the open text answer as well.

Regards,
Pantherius

But you can’t assign one correct answer to that open text field.

Since the open text answer could be anything typed by the user, then marking it automatically as a correct answer with any content doesn’t makes sense. Still you can assign score to that answer as you asked previously.

Expecting the user to type the answer grammatically well wouldn’t be a good way, but certainly you can achieve what you want with some code customization.

Regards,
Pantherius

Hi, do you know if it’s possible to have a spinning wheel after a user has selected their answer? Some users are clicking the answers multiple times because there’s no spinning wheel to indicate that the survey has recorded a user’s selection and is preparing the next question. I’ve noticed you have this in the example quizes showcased on the plugin landing page on codecanyon. Thanks, Chris

Hello,

The spinning animation should be included automatically when the user voting. Please make sure you using the latest version and your theme style or any other plugin style doesn’t overwrite the plugin’s image attributes.

If you still have difficulties, please purchase a support extension and send me your survey URL via my profile page mail sender.

Best regards,
Pantherius

Write so much about what you have but you have NO DEMO for us to try out the admin backend?!?

Hello,

The item’s page and the demo page along with the detailed documentation provides lot of information about the product. Sorry, admin demo is not available at the moment for testing.

Best regards,
Pantherius

Sorry, that’s not a good answer. If you have a demo login you would get even more sales. I’m skipping your product in consideration for others.

Thank you for your suggestion. Unfortunately, it is hard to prevent people messing up a backend demo by creating surveys with obscene or invidious survey names, questions or answers. It is the reason, the admin demo not implemented yet.

Will considering to create it soon.

Regards,
Pantherius

Hi

Presale question.

I would like to make a survey / question list.

every question has 4 awsers 1, 2 ,3 4.

When al the questions are are awnserd i would like to show the awnsers direct into a radar chart for the user. So when the user anwsers 1, 2, 1 ,1 the radar must show 3 at 1 en 1 at 2.

Is that posible?

Tnx sorry for the bad english

Yes, you can assign scores to the answers, then categorize them by adding the category name in brackets right after the answer text, like:

Question1 [-]
Answer1 [Category1]
Answer2 [Category2]
Answer3 [Category3]
Answer4 [Category4]

Then you can display the individual radar chart based on the category scores. The minus sign in brackets is necessary to exclude the question from the radar chart.

Regards,
Pantherius

Allright, sounds create. is it possible to at the Radar (induvidual score) to the mail and pdf that is send to the uses? And is is possible to hide the question completly? so that the user can choose only between 4 awnsers time after time.

The charts using JavaScript / jQuery, that is not supported in emails, therefore sending the charts in the email is not a feature at the moment.

The questions can be hide with a simple custom CSS, that can be added to the Custom CSS page under the Modal Survey admin navigation menu:

.survey_question {
    display: none;
}

Best regards,
Pantherius

Hi

I would like to buy this Plugin.

I have a membership / subscription system on my wordpress which works with woocommerce. Thats fine. But I would like to have a survey which consists of 3 blogs. 4 questions in blog 1, 8 questions in blog 2 and 8 questions in blog 3.

My question is if it is possible that the answers could have different points, I mean Q1 A1 – 1point A2-2points A3 – 3points and this points a relevant for the bar chart for example.

It is a little bit complicated but I hope you understood my question.

I appreciate your help Thanks Dennis

In the email, it is still not possible, but you can embed it manually when you export the results to PDF on the admin.

Regards,
Pantherius

Oh okay, and how can I do that ?

Simply use the Export option on the Participants Page or on the survey edit screen. It will be a popup window, that ask you to export the chart to the PDF or not.

Hello,

I have few Presale Questions. I am working on a survey that needs to be filled by 60 companies individually. 1. I was thinking to list them all in one dropdown list and when one company completes the survey their name can not be selected again in next survey or be deleted from the list automatically. Is that possible? 2. And when one company tries to find itself in dropdown list, is there an autofill option so that there is no need to scroll through all 60 names and just hit few letters and finds itself? 3. Also, there will be a question that needs to have correct score in first answer that is calculated from 3 fields. For example: “Total number of fruits in a basket is: 12 (the Number 12 is the answer)” a. Apples: 4 b. Oranges: 5 c. Bananas: 3 If the overall score of answers a, b & c is not 12 then there will be warning that the answer 12 is not correct or it will turn red or something…

Everything else that I have seen in this plugin is excellent and beautiful. I just need to know if this 3 features can be done with this plugin before I buy it.

Best regards, Vladimir

Hello Vladimir,

1. Dropdown list answer is not a feature at the moment. It can be achieved what you want with code customization only. Alternatively, you may create a profile for each companies, then set the survey to display once per filled out, so each company will be able to complete once and they don’t need to specify the company name since that will be automatically recorded as a username.

2. The open text answer option provide the auto-complete feature.

3. You can assign scores to the answers, then categorize them. However, setting up a warning message for each questions is not a feature, it is possible to create conditions based on the scores at the end of the survey, like display a specific message or redirect the browser. You can create any number of conditions, but all of them will be applied once at the end of the survey.

Best regards,
Pantherius

Hi,

I´d like to show visitors Survey with Bar chart results, so the visitors would already see the results before voting, is that possible?

Do I have to use two shortcodes such as. [modalsurvey id=”ABC”] and [survey_answers id=”ABC” style=”barchart”]

thanks a lot

Hello,

Yes, exactly.

Regards,
Pantherius

Hi, This plugin looks perfect for an upcoming project. Just have a few pre-sale questions. The use case will be a survey, at the end of which a product is recommended based on the answers.

1) Is there a limit amount of questions? 2) Are there conditional questions (i.e if on question 2 they answer yes, there is a question 2a, that would have been skipped if they answered no) 3) Is there a limit on the amount of conditional results based on their answers? ( we are looking at 12+ recommended products) 4) how customisable is the style/css? 5) are there any more advanced questions types? (sliders / image or icon instead of text button etc)?

Regards, Jason

Hello Jason,

Great to hear that!

1. No, there is no limitation in the plugin.

2. You can redirect the user between the questions based on the answers, eg.: if user select a specific answer in question 2, then it will redirect to question 5

3. No, you can assign scores to the answers, then categorize the questions or answers and display specific content or redirect the browser based on the category scores. I guess it is the best way to work with product recommendations.

4. The plugin provide a Custom CSS page on the admin, that accepts your own custom CSS code.

5. The default answer and open text answer types are available at the moment. You can also upload images to the questions/answers.

Regards,
Pantherius

Hello,

Pre-Sale: Is it possible to show all questions on the screen at once? I do not like them one at a time.

Thank you

Hello,

Sure, you can do it in embed mode with a simple parameter (display=”all”)

Regards,
Pantherius

Hi, I created my first poll but when I sign up for the newsletter, nothing happens. In “Campaigns” I added my Mailchimp API, and MailChimp List ID In “Participants Form” I have enabled the following checkboxes: Enable Form, Request Name, Request Email Address, Validate Email Address. Best regards, Yann

Hello Yann,

Please make sure, the checkbox next to the MailChimp integration is also turned on. If you still have difficulties, please send me your website URL with login details via my profile page mail sender and I’m happy to take a look.

Regards,
Pantherius

Hello, pre-sale question: am I allowed to collect more than just email and name in the survey? Can I also add a custom field to collect telephone # or other info from the survey participant? Thanks

Hello, more pre-sale questions if I may

2) can the survey be activated with an URL link and your survey pops up in a light box? say if someone clicks on a link on my website and your survey pops up in a lightbox? is this option possible?

Hello,

Yes, adding custom fields to the Participants Form is already available.

Sure, you can display the survey as a popup/modal by clicking on a link, check it in the documentation here. (OnClick Event)

Best regards,
Pantherius

Hello everyone! We have a problem with the plugin and our theme (“The Fox”, https://themeforest.net/item/thefox-responsive-multipurpose-wordpress-theme/11099136). The survey doesn’t appear on the website, with another theme there are no problems.

Is there any solution for this problem??

Thanks, Jenny

I’ve sent you an email. please let me know if you have received it.

Just got it, already forwarded the message to that email address.

Just realized you set the survey to Embed to Posts End, and it is already displayed on your posts end. :-)

I’ve connected my survey with a mailster list but if the users filled out the form at the end of the survey it creates an empty subscriber.

In survey backend “Participants Form” I have enabled the following checkboxes: Enable Form, Request Name, Request Email Address, Validate Email Address.

Hello,

Please send me your website URL with login details via my profile page mail sender and I’m happy to check the issue.

Regards,
Pantherius

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey