• Resolved AmDev1

    (@amdev1)


    Hi
    The check boxes on the calculator only display when I am logged into my WordPress account. Otherwise, they do not display. Can you help please?
    Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @amdev1

    I’ve tested your form, and it does not include any checkbox field. So, I guess you are referring to the radio buttons fields, and they are visible.

    Best regards.

    Thread Starter AmDev1

    (@amdev1)

    Hi there
    You are right of course, they are radio buttons. But not visible….. there’s just a thin rectangular box. Can I send you a screenshot somehow?
    Thanks

    Plugin Author codepeople

    (@codepeople)

    Hello @amdev1

    You are applying appearance: none; to every input tag that is not a checkbox or textarea. You should exclude the radio buttons from this rule too. An alternative would be to enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab:

    
    #fbuilder input[type="radio"]{appearance: radio !important; width: 24px !important; height: 24px;}
    

    Best regards.

    Thread Starter AmDev1

    (@amdev1)

    Superb – thank you!

    One other thing, the calculator is quite slow on my site (which is very fast on pages without a calculator). Is there anything I can do to speed it up?

    Thanks in advance.

    Plugin Author codepeople

    (@codepeople)

    Hello @amdev1

    I recommend that you optimize the form. Each time the value of a field changes, the plugin searches for all the equations affected by the field and evaluates them. However, as the values of the calculated fields vary (as a result of the evaluation of the equations), the plugin repeats the process several times, until no field changes its value.

    Knowing how the plugin works, you must decide whether 208 calculated fields are required in the form.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Checkboxes not displaying’ is closed to new replies.