Hey folks I need to store information about 2 checkboxes. I need the state if they had been clicked or not.
But I need to put that information into pdict, because I need it on another site.
So I already have a click() function in jQuery but I need that result to be put into pdict.
Background: You are on a site and can enable/disable 2 checkboxes. But then you have to log-in into that site, using a totally different Pipeline. If the login was successful, I need that checkbox-states back in the original Pipeline.