I want to have a form on my website whereby people can enter a number of variables and click a calculate button. It then shows a number on the webpage. I can make the form but i don't know how the calculation works or how i can make it appear on the page. The bones of the form would look like... House Type _______ Location ________ or House price _______ Your deposit _______ CALCULATE then the calculation needs to be house price (determined by the chosen house type and location) multiplied by 0.1 less your deposit divided by 36 Answer. If you can help i would be eternally grateful and rep awarded
Hello. I think you can do what you want by using JavaScript. Here is an example of something similar. Form processing with JavaScript