• scottqmarcus

    (@scottqmarcus)


    I LOVE this plugin. But since upgrading to 3.1, it looks odd on screen; it only lets people answer the first question, and it always takes them to the same answer no matter what. It’s possibly the best plugin I’ve got and I’m really bummed about this. You can see what I mean at https://thistimeimeanit.com/home/test/

Viewing 8 replies - 1 through 8 (of 8 total)
  • iftomkins

    (@iftomkins)

    Yes! The exactly same thing is happening to me. Display is odd, and the user only answers the first question for it takes them to the same answer screen.

    That makes sense that it has happened since 3.1, since before it was working perfectly.

    My URL: https://nextgenresale.com/quiz-is-childrens-resale-the-business-for-me/

    Thread Starter scottqmarcus

    (@scottqmarcus)

    He’s been keeping everyone updated on his comments page, which you can find at https://www.steele-agency.com/2010/08/wordpress-simple-survey/#comments He says a new version is ready; he’s just testing it. I hope he hurries; it’s a great plug-in.

    iftomkins

    (@iftomkins)

    Thanks, Scott! I hope it comes out, soon, too, since the site launch is hopefully happening in a couple days.

    iftomkins

    (@iftomkins)

    Hey! From the Plugin author’s site, this code was contributed by someone. It fixed everything for me! Just paste it just before the closing ?> in your theme’s functions.php. Worked for me.

    if (!is_admin()) {
    wp_deregister_script('jquery');
    wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js', false, '1.4.2');
    wp_enqueue_script('jquery');
    wp_deregister_script('jquery-ui-core');
    wp_register_script('jquery-ui-core', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.3/jquery-ui.min.js', false, '1.7.3');
    wp_enqueue_script('jquery-ui-core');}
    Thread Starter scottqmarcus

    (@scottqmarcus)

    I tried to paste it in and I totally messed everything up; I had to hire my tech to fix it. I think I’ll just wait until the revision – but thanks for thinking of me.

    how can I make the name and e-mail field display in beginning of the quiz or survey ?

    reply me if anyone know the solution

    How to you enable sharing survey results via email? It’s sending a generic link with out the real results

    https://www.somedomain.com/pq-survey-results/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: WordPress Simple Survey] WP simple survey’ is closed to new replies.