Goodmorning, is there a way to create this type of form?
input // a variable like a number or a text
on submit
if (input == case1)
url redirect : www.....
else
if (input == case2)
url redirect2 : www...
else
if (input == case3)
....