• Resolved wpds

    (@wpds)


    Having upgraded from the free Form Maker to the premium and after installing the latest version, I no longer can select items of a multiple choice.
    The single choice is working as expected. But with multiple choice, the checkbox do not get enabled. Still, when submitting the form, the mail contains the selected items. It seems only the visualization in the browser does not display the check in the checkboxes. Tried with FireFox and Chrome on different computers.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hi @wpds,

    With other forum thread, we have already advised you a solution and I see that it has worked for you, for the users that might be interested in this issue, let me copy the solution below:

    Please implement the following solution, please navigate to Appearance > Customize > ADditional CSS and add there the following CSS code:

    .fm-form-container.fm-theme9 .fm-form .checkbox-div input[type="checkbox"]:checked + label span:after {
        background-image: url(http://toolspixels.be/wp-content/plugins/form-maker/images/themes/checkboxes/3.png) !important;
    
    }​
Viewing 1 replies (of 1 total)

The topic ‘Multiple choice not selected’ is closed to new replies.