I plan to create a site on Wix and while studying the platform. I will need to create an online calculator for my site. Could you tell me which applications for this in Wix are best suited? Maybe there is some kind of online constructor where you can create a calculator, only preferably with instructions, as I understand this very little. Maybe there are some special modules for this. In general, I will be glad to any recommendations and your experience. Thank!
If you are talking about a normal 0-9 calculator with + - / * operations that would be easy to do in Wix Code. Add buttons for all numbers 0 - 9 and then a text field for the sum.
Add global variables to handle clicked number and operation and do normal javascript calculations.
Hi! I mean, a calculator that would allow me to add various fields to it, for example, numeric, text and various options with a choice, drop-down lists, radio buttons. Where options may be different characteristics of goods and services. For example, a site visitor chooses a product from the list of goods or a list of services and then selects its characteristics, weight, type of goods, colors, and based on this, it automatically calculates the total cost using my formulas. I think that it will be difficult to do with javascript, so I’m looking for some ready-made component that will allow me to make a calculator.
@mjazxx Hey
If you look for a ready made component this is not the place. I have no idea on a ready made calculator that would suite your needs within the Wix family of apps. It is totally doable within Wix Code though.