I am using a form to capture basic details such as name, email, website. I'd like to use the input from the website field + a predefined set of characters as a follow-up external URL.
For example website field is: www.example.com
Pre-defined characters are: /123XYZ
The follow-up URL would be www.example.com/123XYZ
As form URLs only allow text my.tokens and nested tokens are not possible to use, is there any other way I can achieve the above?
P.S. I have made sure the website field only captures valid websites such as example.com or www.example.com
... View more