Skip to main content

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

Please define an "Expression" on your view. Within this expression you can use Text operators to parse out your values.

Alternatively, depending on your scenario here, using that URL directly to your form will pass through the parameter values if the form has parameters defined as "id" and "bangId"


Reply