In order to use a comma, you would need quotes around that value.
Here 2 different examples:
prefill_Vendor=circle,box
1) circle
2) box
prefill_Vendor=%22some%2C%20test%22,box
1) some, test
2) box
In order to use a comma, you would need quotes around that value.
Here 2 different examples:
prefill_Vendor=circle,box
1) circle
2) box
prefill_Vendor=%22some%2C%20test%22,box
1) some, test
2) box