• Hi guys,
    I’m using Cf7 and would like to redirect depending on checkboxes.
    I was using following code with additional Setting “on_sent_ok” :

    on_sent_ok: “var page = $(“input[name=checkbox-409]:checked”).val() ; if (page == ‘term1’ ){ location = ‘/page1/’; } else if (page == ‘term2’ ){ location = ‘/page2/’; } else if (page == ‘term3′ ) else {location =’/index.php/’; }”

    on_sent_ok is now depreciated and redirect doesn’t works anymore :/
    I would like to find a solution : Does anyone could help me ?
    Thank you and best regards

    The page I need help with: [log in to see the link]

The topic ‘Conditionnal redirect’ is closed to new replies.