CMS Development

Ethan_Hawkes
Participant

Form radio buttons are unselectable

SOLVE

I have NO idea why this is happening, but the radio buttons are unselectable on this landing page I created.

 

Any help?

 

https://info.survey-me.com/surveyme-email-opt-in

0 Upvotes
1 Accepted solution
jonchim
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Form radio buttons are unselectable

SOLVE

Hi Ethan,

 Looks like the input for the radio button has an of opacity 0 on it

 
.row-fluid .inputs-list input[type="radio"] {

opacity: 0;






Jon Chim
VP of Design & Development
Hypha HubSpot Development


check Did my post help answer your query? Help the Community by marking it as a solution

View solution in original post

3 Replies 3
jonchim
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Form radio buttons are unselectable

SOLVE

Hi Ethan,

 Looks like the input for the radio button has an of opacity 0 on it

 
.row-fluid .inputs-list input[type="radio"] {

opacity: 0;






Jon Chim
VP of Design & Development
Hypha HubSpot Development


check Did my post help answer your query? Help the Community by marking it as a solution
LRiley3
Member

Form radio buttons are unselectable

SOLVE

Same issue. I have scoured for where to change the opacity? Please advise + here is my form: https://22296462.hs-sites.com/arena-strive-registration

0 Upvotes
Ethan_Hawkes
Participant

Form radio buttons are unselectable

SOLVE

Fixed it thank you!

0 Upvotes