I have several input fields which together form a long link similar to http://example.com?name=xxx&lastname=xxx...
I get the initial name and last name from the input fields.
Under the form I am displaying the concatenated link using {{model.http}}{{model.fname}}{{model.lname}}
However I have not figured out how to put in the "?" and the "&" where it should be.
So... how do I dynamically add the "?" to the http... as soon as someone starts writing something in the "first name" input?