Quote:
|
Originally Posted by TwoD
try changing the typ from hidden to text, then you can debug it easier and see if the data gets written to the box correctly.
|
K just tried that so it looks like this
<input type="text" name="ship_price"
id="ship_price"/>
When I load the page and use the web form I get a script error that says "ship_price is undefined"
Silly question for you. Why does the dynamic data work with the <div command but not in a text input. I guess it would help if I knew what <div meant lol...Thats like HTML 101.
Oh and for the record I tried this
<div><input type="text" id="ship_price" name="ship_price"</input></div>
It didn't work
