Hi All,
I have the below query.
i have created a web form using html activity (not V5) , in the web form I am collecting some data in text form, now i want to store this value in context variuable.
For eg
Context variable created in web application with name : my_purchase_number
In the web form there is a input text field where user enters the purchase number stired in JS variable inside html, let's say variable name is purchase_number.
When user clicks on submit button i want the value of context variable ctx.vars.my_purchase_number = purchase number.
Any help on how to achieve this is highly appreciated.
Regards
Jay