Zoho Creator Open URL Action: Need help auto-populating multiple fields

Zoho Creator Open URL Action: Need help auto-populating multiple fields

Please see the code below, it's triggered via Detailed Record View Button. The purpose is to open a separate form via url (popup) and autofill some of the fields with information from the existing record. This code example works great but I cannot get to work if I try and expand to autofill more fields...Can someone help me understand how to add more fields to be autofilled upon opening the new form? You can see in the code below that I was able to autofill the "input.ID" field, but I just can't figure out how to do it for multiple fields, it doesn't work when I go beyond 1 field to be autofilled.
Example: I'd like to also autofill the "input.Crew_Name" field with "Assigned_Crew" field from the original record. Thanks for your help.

  1. openUrl("https://creatorapp.zohopublic.com/acutabove/a-cut-above/form-perma/Add_Before_Media/TY8fRvuP3KbUq1xjFysA0DktR8ZRPXVN0VM3z7VgyjTDZft7q4YwbRvQZ7vBMFt7hWN80C8CteXwRnyPt0bP5SCkawE6dmMMhMVV?Job_ID=" + input.ID,"popup window","height=815,width=800");