CMS Development

Ethan_Hawkes
参加者

Form radio buttons are unselectable

解決

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 いいね!
1件の承認済みベストアンサー
jonchim
解決策
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

Form radio buttons are unselectable

解決

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

元の投稿で解決策を見る

3件の返信
jonchim
解決策
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

Form radio buttons are unselectable

解決

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
メンバー

Form radio buttons are unselectable

解決

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 いいね!
Ethan_Hawkes
参加者

Form radio buttons are unselectable

解決

Fixed it thank you!

0 いいね!