Is there a way to check if numbers entered from the user add up?

  • cameron.chandler
    Asked on November 16, 2021 at 9:01 AM

    I am creating a form that takes numbered values from the user. Is there a way to check if the values add up and if not I can make the form state that the numbers do not add up.


    Thanks!

  • Bojan Support Team Lead
    Replied on November 16, 2021 at 9:13 AM

    Greetings.

    Can you please let us know a specific example of what you are trying to achieve? If you wish to add different numbers in a single submission you should be able to achieve this with the calculation field. If you are trying to add numbers from multiple users, it is not possible to load data from previous entries.

    If you have additional questions, please provide more information about your need so we could assist you further.

    Thank you for your cooperation.

  • cameron.chandler
    Replied on November 16, 2021 at 9:29 AM

    The values that I would be collecting would be from a single entry from a user. For example I would ask: "What is your total taxes? "

    They would respond: "20"

    I would ask how many different taxes do you pay and they could respond with "2"


    A drop down would appear asking for the values of each tax.

    Tax 1: 10

    Tax 2: 10


    I want it to check to see if these values add up to the first response of 20 and if they do the user can move ahead with the form.

  • Gaetan_B
    Replied on November 16, 2021 at 9:44 AM