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

    (@codepeople)

    Hi,

    I’ve detected and corrected the issue. Thanks, by your feedback.

    The most easy way to correct the issue is re-installing the plugin (don’t worry, the process preserves the forms created previously)

    But if you prefer modify the code by yourself, follow the steps below:

    1. Open the 16_fbuilder.fsummary.js file, located in “/wp-content/plugins/calculated-fields-form/js/fields-public/16_fbuilder.fsummary.js”, with the text editor your choice.

    2. Go to the snippet of code:

    str += ‘<div ref=”‘+p[i]+this.form_identifier+'” class=”cff-summary-item”><span class=”‘+this.titleClassname+’ cff-summary-title”></span><span class=”‘+this.valueClassname+’ cff-summary-value”></span>’;

    and modify it like follow:

    str += ‘<div ref=”‘+p[i]+this.form_identifier+'” class=”cff-summary-item”><span class=”‘+this.titleClassname+’ cff-summary-title”></span><span class=”‘+this.valueClassname+’ cff-summary-value”></span></div>’;

    That’s all.
    Best regards.

    Thread Starter jlehrer

    (@jlehrer)

    Looks like the only change was to add a missing </div>, which I did, and it works now. I made the change directly to the code. When the next version of the plugin is released, will this small change be included?

    Thanks for your attention to this!

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The change was made before send you the answer. So, if you need update the extension, the change be included.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dependency field has undesirable effect on summary field’ is closed to new replies.