Re-direct to a different URL if a field has been filled out
-
I’m looking in to if there is a way to re-direct my form to a different URL depending on if a field in the form has been filled out or not?
So if the field hasn’t been filled out then it would go https://www.example.com
and if it has been filled out then it would go to https://www.example.com/two.I’m using
on_sent_ok: "location.replace('https://example.com/');"
to direct to the first URL but unsure how to re-direct to the second.Anyone able to provide any tips?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Re-direct to a different URL if a field has been filled out’ is closed to new replies.