How to show calculations in a text field?

  • eganet2
    Asked on February 6, 2017 at 4:54 AM

    I would like to to show the different items (like an invoice) on the calculations field in my form for example:

    Description               Price

    Taxi fare                    20€

    Extra services            15€   

    Total                          35.00

    VAT (21%)                 07.35  

    Grand Total             42.35

     

    I am using Form Calculation widget. I don't if I can achieve the above with this widget or I need to use another widget. for it.

     

                   

  • candy
    Replied on February 6, 2017 at 5:46 AM

    Hello,

    I've checked your form and cloned it on my side.

    You are able to create the table that you've described in your thread adding a text field to your form. You should set the unique names of the calculation widgets in the text field such as {calculation} as you can see the screenshot below:

    How to show calculations in a text field? Image 1 Screenshot 30

     

    So, when a user fulfills the form, the text field will appear on the form as you can see the screenshot below:

    How to show calculations in a text field? Image 2 Screenshot 41

    You should calculate each of the items with the calculation widgets before showing them as a text.

    Please try and if you need further assistance, please let us know.

    Thanks in advance.

  • eganet2
    Replied on February 6, 2017 at 6:33 AM

    Thanks. Got it!