Need help to pass values in a JSON object
Hello All, I am trying to dynamically pass few value (which are fields on the form) into the JSON object which is as below: var obj = {"name": "value1", "image": "value2"}; The value1 and value2 are the field values on an incident and i have a requ...