• Is there already a feature to stop someone from submitting a survey multiple times (stuffing the box)?

    Since the IP is being tracking I would think it would be an easy addition if it’s not already there. (easy for someone who knows what they’re doing which is not me.)

    Thanks-
    Robanna

Viewing 3 replies - 1 through 3 (of 3 total)
  • Not currently but I’ve added it to the list for the next release.

    Thread Starter robanna

    (@robanna)

    I see it was add to quizes but will you also be adding this feature to surveys too?

    Thank You!

    Thread Starter robanna

    (@robanna)

    I’ve edited the release to include limit_one for surveys also if you would like the changes.

    add to…pages/admin/survey/create.php near line 58

    <[Code moderated as per the Forum Rules. Please use the pastebin]

    added to wp-suvery-and-quiz-tool.php near 167

    ‘limit_one’ VARCHAR( 3 ) NOT NULL DEFAULT ‘yes’,

    near 749

    if ( $oldVersion <= “1.3.27” ){
    $wpdb->query(“ALTER TABLE ‘”.WPSQT_SURVEY_TABLE.”‘ ADD ‘limit_one’ VARCHAR( 255 ) NULL DEFAULT NULL”);
    }

    add a file “limit.php” in …pages/site/survey/

    <h1>Already Completed</h1>

    Thanks for your interest but you have already completed this survey.

    I think that’s it but I might have forgotten something.

    I had to manually add the ‘limit_one’ row to my _wpsqt_survey table though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Survey And Quiz Tool] Stop Stuffing the surveys’ is closed to new replies.