Hi again guys,
I'm building a store with a slightly complex checkout procedure.
In the first stage of the checkout customers select their delivery COUNTRY as standard. However, in the following stages (controlled by Act_Order01 and Act_Order02) I need to know what that country was so that I can show/hide some of the form elements in the checkout.
I will use Javascript and CSS to show/hide form elements (and also probably do some pre-polulation). So... is it possible to perhaps put the country value into a hidden input variable - which I could then access using Javascript?
Any help would be greatly appreciated... before my fun weekend of development
Thanks all,
Ryan
I'm building a store with a slightly complex checkout procedure.
In the first stage of the checkout customers select their delivery COUNTRY as standard. However, in the following stages (controlled by Act_Order01 and Act_Order02) I need to know what that country was so that I can show/hide some of the form elements in the checkout.
I will use Javascript and CSS to show/hide form elements (and also probably do some pre-polulation). So... is it possible to perhaps put the country value into a hidden input variable - which I could then access using Javascript?
Any help would be greatly appreciated... before my fun weekend of development
Thanks all,
Ryan
Comment