Calculation Script

Checkmate 09 Jun, 2008
Hey Guys,

Thanks for your help with the previous calculation script I was running. I setup a new one that works, now that I know how I'm supposed to format stuff for Chronoforms.

Im using this script:

http://www.jsmadeeasy.com/javascripts/Calculators/Money%20Counter/index.htm

Everything works great, except the form fields that use the calculation script dont get pulled into the Chronoform data table along with the additional form fields that I added.

There doesnt seem to be a difference between the fields that use the calculation and the ones that dont so I'm not sure why its not picking them up...

Greyhead has a login for the site.

Thank you!

Robert
GreyHead 10 Jun, 2008
Hi Robert,

If you've copied and pasted this:
<td align='center'><input type=text name=hun size=3></td>
then try putting quotes round the attribute values:
<td align=center><input type='text' name='hun' size='3'></td>
Bob
Checkmate 10 Jun, 2008
Thank you very much!
This topic is locked and no more replies can be posted.