Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

how to locate url after click button?

More
11 years 2 months ago #109478 by iscar
version2.0.when user click button, will go to next question.
in a particular question, i would like user to a url instead of next question.
i add jquery as:
Code:
$('#movenextbtn').click(function(){window.location.href="https://www.example.com"});

but it still go to next question.
i think it's because
Code:
<button class='submit' type='submit' onclick="javascript:document.limesurvey.move.value = 'movenext';
is onclick should be prior to click()?
how to locate url instead of next question?
The topic has been locked.
More
11 years 2 months ago - 11 years 2 months ago #109487 by DenisChenu
Hi,

Tested in 200.sondages.pro/index.php/survey/index/...31/newtest/Y/lang/en
Code:
<script>
$(document).ready(function () {
    $("#movenextbtn").click(function(e){
        if($("#answer{SGQ}").val()==""){
            e.preventDefault();
            window.location.href="https://example.com";
        }else{
            // Do something other, here : default
        }
    });
});
</script>

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
Last edit: 11 years 2 months ago by DenisChenu. Reason: {SQG} to {SGQ}
The following user(s) said Thank You: iscar
The topic has been locked.
More
11 years 2 months ago #109489 by iscar
when i input something, it still goto example.com
The topic has been locked.
More
11 years 2 months ago #109490 by DenisChenu
Youre rigth: SGQ and not SQG .....

Corrected the link : 200.sondages.pro/index.php/survey/index/...31/newtest/Y/lang/en

With the newtest/Y to anwer to another question (be sure to have the las Expression Manager)

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The topic has been locked.
More
10 years 6 months ago #117155 by surveyman
Interesting script. I was looking for something like this. Did you just copy/paste the script into the question or question group?
The topic has been locked.
More
10 years 6 months ago #117157 by DenisChenu
In question text or help.
Using SGQ then in question text.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The following user(s) said Thank You: surveyman
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose