So I found a calculator that uses javascript, added it to a html page and it works fine. http://virtualgeorge.info/azrock/material-calc2.html Now I would like to add that to wordpress page but but I copy the same html into a page in WP it doesn't work. Get something like this: http://virtualgeorge.info/azrock/coverage/ I guess wordpress filters some of the content? Would it work if I put the JS in an external file instead of on the page? Any tips? Thanks!!!!
Wasn't sure how to solve this so I just put he calc page in an iframe and now it works on my wordpress site.