Hi i need to do a form composed by a text field and a button.
on the press of the button i should output a string that is composed by a default part (ie: http://www.example.com) and by the text inserted in the text form (ie: hello) in order to obtain a string like this one (http://www.example.com#hello) how can i do this?

Thanks for ur help.

Ciao