• Resolved stephenboluwatife1

    (@stephenboluwatife1)


    In my from I have two dropdown for user to select for example dropdown 1 is car2,taxi4,plane8 and dropdown 2 is egg3,fish6,meat9 if a user clicks on car and also select fish how can I make both to add together with the amount there put for example if there select car + fish + 50 how can I make all to add together in the total place

    hope u understand me

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @stephenboluwatife1

    Thank you very much for using our plugin.

    If the dropdown field fieldname1 has the choices’ texts: car, taxi, and plane, and the choices’ values: 2, 4, and 8, respectively. And the dropdown field fieldname2 has the choices’ texts: egg, fish, and meat with the choices’ values: 3, 6, and 9.

    You can insert a calculated field in the form and enter the following equation in its “Set Equation” attribute:

    SUM(fieldname1, fieldname2, 50)

    or with the plus (+) operator:

    fieldname1+fieldname2+50

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Set up’ is closed to new replies.