Hello! After reading a bunch of posts on here I think my request may be over my head to accomplish it. But this forum rocks and seems like I am at least asking the right people.
I don't know how to right code...I am trying to learn but not there yet. So if this request is more than I can handle I would appreciate whatever assistance I can get and would be willing to compensate anyones time.
The variables that I am collecting in the form are: Electric, Gas, Sqf. I am also collecting a lot of other information that will just get emailed to me along with the results that are displayed on the confirmation page.
Here are the 4 calculations I would like to use.
(ELECTRIC) + (GAS) X (12) = (ANNUAL_TOTAL)
(SQF) X (.07) X (12) = (TARGET_USE)
(ANNUAL_TOTAL) / (TARGET_USE) = (PERCENT_HIGHER)
(ANNUAL_TOTAL) X (.4) = (SAVING)
On the Confirmation Page I would like to display:
Your home is (PERCENT_HIGHER) than similar homes.
You could save $(SAVING) a year.
This may not matter or may be obvious but the site is built using wordpress.
Here is a link to the form. (http://bit.ly/xfhklO). The results page that is currently shown is static...so I am waiting until I can display real results before I link to the form.
Thanks so much for your help! I can't wait to get this form working!