I have a form page that accepts a text field variable. The problem is, I
need to concatenate this text field variable with some other string. How
can I get this done?
So, suppose a user enters "hello" in the text box. When he submits the form
I need the form variable DOMAINURL to be "hello.whatever.com" in the GET
url.