I greatly need your help on how to twist my js code not to use front end input value but only use Field Value from development area for calculation and deliver the usual way on #total
I want to use js calculation code but I need it to only use my own input value field value to run the calculation because that field will be disabled for user at front end.
Use a hidden field and calculate using the value of that
Or
Hard code the value
Or
In the js code block use {var:myvalue} and set that var before the page load
whatever you choose, just don't send that calculated value and use it in your form data because the client could very easily change it before sending. Do your final calculation on the server with a PHP block.
Web developer at SkySpider.com.au I don't work for ChronoEngine but I do accept donations paypal.me/healyhatman
I don't work for ChronoEngine but I do accept donations paypal.me/healyhatman
You can now copy+paste code from forums
I don't work for ChronoEngine but I do accept donations paypal.me/healyhatman
You can now copy+paste code from forums
I don't work for ChronoEngine but I do accept donations paypal.me/healyhatman
You can now copy+paste code from forums