Radio buttons do not show correctly
-
The radio buttons on the form do not show correctly. To see the problem please go to: https://valuehub.io/skill-profile/. On the 4th step it shows two radio buttons for each option. The second radio button is grayed out and disabled. I had to correct the problem by adding the following custom CSS styles:
.forminator-radio span[aria-hidden] {
display: none;
}The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Radio buttons do not show correctly’ is closed to new replies.