Click event properties recording radio selection
Let's say I have a group of 5 radio buttons and a submit button, can Pendo capture which radio button is selected when user clicks on submit button (using click events)?
Hypothetically can there be a property or something I can reference that states which radio is selected, with the text associated with the radio button.
1
Comments
If you can target the event property to something like .radio-button:selected (or another class or attribute that could include any radio in the group as long as it's the selected one) then you should be able to grab the innerText of the label.
Thanks Liz Feller, that makes sense. I think I was looking for something like that but unable to find it. I can select the group of radio buttons or individual radios, but see nothing that shows me which is selected or not. I think I need to get back with the development team for help. Appreciate your help
Please sign in to leave a comment.