How to assign a URL concatenated string value to a data label in K2 forms.
I have a URL as
dev.maharajaforms.com/runtime/runtime?Id=1422&bangId=4dghhg99
In the above url, I just need to extract Id value and bangId value and assign them to Form parameters.
Please help me