Is it possible to redirect to an URL after submitting the form where the last part of the URL is based on the chosen value in a radiobox?
Radiobox with values 1, 2, 3, 4, 5 where:
1 --> abc
2 --> def
3 --> ghi
4 --> jkl
5 --> mno
Redirect URL where, based on the chosen value, would be https://domain.com/link/*parameter* (for example 'ghi' which results in https://domain.com/link/)https://domain.com/link/ghi
I am trying to do this with the 'Extra params' of the redirect action, but I am not able to append the value of the radiobox to the URL.
Radiobox with values 1, 2, 3, 4, 5 where:
1 --> abc
2 --> def
3 --> ghi
4 --> jkl
5 --> mno
Redirect URL where, based on the chosen value, would be https://domain.com/link/*parameter* (for example 'ghi' which results in https://domain.com/link/)https://domain.com/link/ghi
I am trying to do this with the 'Extra params' of the redirect action, but I am not able to append the value of the radiobox to the URL.