Apr 26th, 2010, 5:57 PM
(This post was last modified: Apr 26th, 2010, 6:59 PM by Rocket Music.)
newbie here.
I'm using javascript to dynamically generate price options for custom item (guitar) configurator.
FT finds the fields ok, but will not recognize the field types for any form entries in the javascript.
Example:
document.write("<input name=\"otheroptions\" type=\"radio\" value=\"" +
decallogo + "\" checked onClick=\"checkData()\"> Decal logo <br/>");
I got this form working fine without the javascript document.write(" stuff, so I'm confident everything else is in order. And I can't seem to manually add the field options and get them to work.
Here's the form, in case it helps:
http://www.rocketmusiconline.com/SuhrSta...uhrSCT.php
Is there any way I can get it to find the field options??
I'm so close !! Thanks for ANY help.
Dan
Rocket Music
I'm using javascript to dynamically generate price options for custom item (guitar) configurator.
FT finds the fields ok, but will not recognize the field types for any form entries in the javascript.
Example:
document.write("<input name=\"otheroptions\" type=\"radio\" value=\"" +
decallogo + "\" checked onClick=\"checkData()\"> Decal logo <br/>");
I got this form working fine without the javascript document.write(" stuff, so I'm confident everything else is in order. And I can't seem to manually add the field options and get them to work.
Here's the form, in case it helps:
http://www.rocketmusiconline.com/SuhrSta...uhrSCT.php
Is there any way I can get it to find the field options??
I'm so close !! Thanks for ANY help.
Dan
Rocket Music