• Resolved mterz22

    (@mterz22)


    Tried using the multiple choice option on this form but the boxes don’t show up for customers to view making the option completely useless. The same problem occurs when using the single choice option. Is there anyway the boxes could be visible?

    -Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hey!

    Please be informed, that this problem is a conflict with your website theme. The CSS on line 109 of /themes/mega/style.css file is causing it:

    input,textarea{
       -webkit-appearance: none; 

    The code below fixes the issue on the checkboxes. Please add it to Appearance > Customize > Additional CSS option:

    input[type="checkbox"] {
       -webkit-appearance: checkbox;
    }

    However, please note, that the conflicting CSS in the theme may cause problems on other elements of Form Maker.

    Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Multiple Choice Boxes NOT Showing’ is closed to new replies.