• Resolved zukenstein

    (@zukenstein)


    Hi Loving using the plugin.

    When I submit a form then re-access it using the CALCULATED_FIELDS_USER_SUBMISSIONS_LIST on another page I have a problem.

    One of the fields has a few inputs where the text is different but the value is the same, so when I choose to update the form and it reloads it doesnt show the text that was chosen it can show any other text that has the same value.

    I tried changing word value to text after the fieldname

    <b><%fieldname11_label%></b>: <i><%fieldname11_value%></i><br>

    to

    <b><%fieldname11_label%></b>: <i><%fieldname11_text%></i><br>

    but that didn’t work, is there another way to do this please?

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

    (@codepeople)

    Hello @zukenstein

    The correct would be select the “Choice Text” option for the “Value to Submit” attribute in the field’s settings. The tags to use would be:

    
    <b><%fieldname11_label%></b>: <i><%fieldname11_value%></i><br>
    

    However, this change will affect to the next submissions, but not the forms submitted previously.

    Best regards.

    Thread Starter zukenstein

    (@zukenstein)

    Duh

    Yes sorry obvious once you pointed it out, thanks for the fast response!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calculated fields user submissions list’ is closed to new replies.