kourosh wrote:
const RadioItems = document.querySelectorAll(“input[type=‘radio’][id^=‘x_RadioField’]”);
The id is not correct.arbei wrote:
see > Inspect HTML element and add your own CSS styles > on how to find the CSS selector.
kourosh wrote:
const RadioItems = document.querySelectorAll(“input[type=‘radio’][id^=‘x_RadioField’]”);
The id is not correct.arbei wrote:
see > Inspect HTML element and add your own CSS styles > on how to find the CSS selector.