CMS Development

Ethan_Hawkes
Teilnehmer/-in

Form radio buttons are unselectable

lösung

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 Akzeptierte Lösung
jonchim
Lösung
Ratgeber/-in | Diamond Partner
Ratgeber/-in | Diamond Partner

Form radio buttons are unselectable

lösung

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

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten
jonchim
Lösung
Ratgeber/-in | Diamond Partner
Ratgeber/-in | Diamond Partner

Form radio buttons are unselectable

lösung

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
Mitglied

Form radio buttons are unselectable

lösung

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
Teilnehmer/-in

Form radio buttons are unselectable

lösung

Fixed it thank you!

0 Upvotes