Hello, is it possible to get information from an html element value (input type hidden) when i click on the "Next" button? from a web or comment project.
It is because I have a web application that updates a hidden input type while I select some options on the page via Ajax (The page never reloads in this case) ... and I need to know the last action before completing the survey.
Javascript can works?
embedded data from the intercept ?
- When I do it directly from the intercept, it always saves the first value (when the page loads for the first time) not the value when I answer the survey.
Thanks