Custom script math doesn't work in a forum
Hi,
My boss is working on a forum that do math automatically, and one field will divide and multiply the results at the end.
He has no coding experience at all, and asked me, I've some knowledge in VB but no idea in Java.
So far I've tried copying some codes in custom script and I can never get any output for the field.
v1=this.getfield("Text11").value;
v2=this.getfield("text12").value;
event.value= v1/v2;
But if I write numbers like:
Event.value = 200/5+20;
I get results.
I've no idea about this, please bare with me.

We're trying to get "Text13" to get the result of dividing "Text11" by "Text12" then multiplied by 70
I know the code should be : Event.value= v1/v2*70;
But I'm just trying to figure why no math would work at all.
Sorry for the image quality, his PC doesn't have access to the internet.
I'll bring a flash drive and upload the file if need to be checked.
Thank you.
