• Resolved willincruitx

    (@willincruitx)


    Hi, I’ve build a calculator with Calculated Fields Form with “number fields” and a “calculated field”.

    Now I’m trying to add all number fields and let them total in the calculated field however I can’t seem to figure out how to do it.

    Can someone please tell me what to do?

    Thank you.

Viewing 7 replies - 16 through 22 (of 22 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @willincruitx,

    You simply should enter a style definition similar to the following one:

    #fbuilder .pbSubmit{background:#FF0000 !important;}

    Through the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    The complete list of styles used in the forms is available in the following link:

    https://cff.dwbooster.com/faq#q82

    Best regards.

    Thread Starter willincruitx

    (@willincruitx)

    Thank you very much for your response but I keep struggling with this:

    I have created the form, using the Submit button but when I look at my site, the submit button does not show up. Yet when I look at preview it does show up.

    Please, what am I doing wrong?

    Thread Starter willincruitx

    (@willincruitx)

    When I click on preview, it shows the proper one but when I then update in my wordpress site, it does not show the submit button and doesn’t work

    Plugin Author codepeople

    (@codepeople)

    Hello,

    I guess there is an script in your webpage that is removing the special tag: <div id="cp_subbtn_1" class="cp_subbtn" style="display:none;">Calculate</div> with the submit button. So, I recommend you emulate the submit button with a common button field. Please, insert a button field in the form with the following piece of code as its onclick event:

    jQuery(this).closest('form').submit();

    To modify its appearance, enter a custom class name through the attribute: “Add CSS Layout Keywords” in the field’s properties, for example: my-submit, and then enter a style definition similar to the following one:

    #fbuilder .my-submit input{background:#FF0000;}

    Through the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    Best regards.

    Thread Starter willincruitx

    (@willincruitx)

    Thank you. The button now works but somehow it does not change the color when I paste that and add the FE6D00 code to it.

    Any thoughts.

    Thread Starter willincruitx

    (@willincruitx)

    And same goes for the * that indicates the required fields. Those stay green and I can’t seem to change those to the required color either.

    Plugin Author codepeople

    (@codepeople)

    Hello @willincruitx,

    There is something weird in your webpage, the form is being inserted by duplicated, but the first one includes invalid code.

    Could you create a ticket in my private website for checking the issue in detail, please?

    https://cff.dwbooster.com/contact-us

    Best regards.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Adding fields’ is closed to new replies.