Viewing 1 replies (of 1 total)
  • Change
    function getNextQuestion1(priority=0,user_id=0){

    /*………….*/
    }

    to

    function getNextQuestion1(priority,user_id){
    priority || (priority = 0);
    user_id || (user_id = 0);

    /*………….*/
    }

Viewing 1 replies (of 1 total)
  • The topic ‘WP Survey Plus not working on iPads’ is closed to new replies.