Calculator in form

Hi! I was wondering. if anyone around here has created a calculator inside a form. I have a form and i would. like to show a total price depending on the products chosen on two selectors, and adding up the delivery fee (fixed value). Is this possible? I tried with Convert Calculator but since it is an. embed code the products chosen. don’t show in my. form responses. Please let me know
Thanks very much in advance!


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hey Valeria!

This would be fairly simple to create using some simple JavaScript code. Basically, you would want to just capture the values of the two fields you are wanting to add up in their own variables, then create a function that would add the two together. Then, you would want to capture the result of the function in it’s own variable, which would then be recorded in a new field or even HTML element within your page. You could set this to where the function would run every time the user clicks out of one of the two fields.

If you don’t have much coding experience, I would be happy to lend a hand. If you would like, you can PM me and we can discuss things further! :smiley:

I was looking for this too! Unfortunately, Webflow doesn’t have it out-of-the-box.
Luckily ConvertCalculator does exactly what you are looking for! It’s an embeddable interactive form calculator which is fully customizable. Setting it up is a walk in the park!