• Resolved eberkland

    (@eberkland)


    The html works if I don’t add a modifier. I am summarizing selections from dropdown fields that are set to Display Value; Choice Value (for use in other calculations). Can modifiers be used with data-cff-field? Below are some things I have tried. Thanks.

    <div class="sumcol1"><span data-cff-field="fieldname500|v"></span>

    <span data-cff-field="fieldname501_text"></span></div>

    <span data-cff-field="fieldname503_label" class="sumcol2"></span>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @eberkland

    Thank you very much for using our plugin. If the fieldname500 is a dropdown field and you want to display the value of the choice selected, you must tick the “Choice value” option in the “Display to submit” attribute in the form settings, and insert the tag as follows:

    <span data-cff-field="fieldname500"></span>

    If you want to display the choice text, then tick the “Choice text” option in the field’s settings.

    Best regards.

    Thread Starter eberkland

    (@eberkland)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.