How do you pass more than 1 field value in a Deluge script "openUrl" script

How do you pass more than 1 field value in a Deluge script "openUrl" script

 In the example:

openUrl("http://creator.zoho.com/user/app/#Form:Cashbook?Country=" + input.Country, "same window");

What is the syntax to pass a 2nd or 3rd piece of data from a field to the form it will open?