I'm having trouble creating a code to use on my WIX site. I would like the site to present 4 fields for the user to complete: v1, v2, v3 and v4, where v4 is currency. A fifth field would display the value of the following account:
v1/100 * v2 * v3/50
In the sixth field I would like you to display v4 * v5
as the currency as well (v5 = v1/100 * v2 * v3/50
result). And finally in the seventh field the multiplication of v6 * 24
. You do not even need to label the fields because I edit with visual elements later.