Redirect - Complete

3 Comentários

  • Ifra Saqlain
    Community Moderator
    Zendesk Luminary
    Most Engaged Community Member - 2022
    Most Engaged Community Member of The Year - 2021

    Hi Hannah Lucid,

    You can try this code for your specific form:

    <script>
    if (window.location.href.indexOf("/requests/new?ticket_form_id=5361962484244") !== -1) { 
        window.location.href = 'https://www.google.com/';
    }
    </script>

     

    5361962484244 - This is my form ID you have your own form ID, copy that and replace it and then test.

    If any confusion feel free to ask :)

    Thanks

     

    0
  • Hannah Lucid

    :o! That worked!!! Thank you so so much!

    0
  • Ifra Saqlain
    Community Moderator
    Zendesk Luminary
    Most Engaged Community Member - 2022
    Most Engaged Community Member of The Year - 2021

    Great !

    0

Por favor, entrar para comentar.

Powered by Zendesk