Javascript Calculator from previous website will not work

Permalink
I use a self-storage calculator in all of the storage websites I do. Until now, they have all been static HTML. An example of it working can be seen here. http://tempestoragecompany.com/Self-Storage-Size-Calculator.html...

However, when clicking the submit button on the site I am working on right nowhttp://www.barkingtunawebdesign.com/westphx/index.php/calculator/... , it bounces me back to the index page. I can only assume that it has something to do with conflicting scripts, but I am not sophisticated enough to know which one.

Both pages are similar in that ALL of the HTML pertaining to the calculator is present, and all Scripts have been copied, put into folders in the current theme, and pointed to them. When I try and edit ANY of the calculator/table in Edit Mode, it doesn't work either. I find that I have to delete the block and cut and paste a revised version into it for it to work again.

barkingtuna
 
carlremy replied on at Permalink Reply
carlremy
You need to add a name attribute to the form, ie
<form id="unitsizecalc" name="unitsizecalc">
shane805 replied on at Permalink Reply
Where can I find this self-storage calculator's source code? I would like to use this on my website.