Been reading up on JS. Whilst I get the basics for example the below code to sum two variables
I don't understand the relationship with the appery "bits".
For example. I have two fields. but I want to multiply them together and get a third field based on a rule.
I get the logic of the code snippet quoted above but
1)how do I get the variable names (is it just the class name)
2)where do I specify the JS.
3)Do i make server code?
4)Do I make a local storage variable and put code there.
Im confused, im just not quite sure where to start. I read the similar questions and responses but they are a step ahead of where I am so don't help me at this stage. No doubt I will refer back to them though