Hello all,
Here is the code I am trying to alter:
They are the drop down menus for the shipping destination.
This is probably a simple question but...how can I force a selection and disable it so it cannot be changed? I know the code I will need to write (disbaled = true, value = ...) I just cant find the place where I need to insert it.
Thanks,
John
Here is the code I am trying to alter:
HTML Code:
<td width="33%"> <Actinic:LOCATION TYPE="DELIVERSELECTCOUNTRY"> <actinic:variable name="DeliveryCountryList" /> </Actinic:LOCATION> </td> <td width="33%"> <Actinic:LOCATION TYPE="DELIVERSELECTSTATE"> <actinic:variable name="DeliveryStateList" /> </Actinic:LOCATION> </td>
This is probably a simple question but...how can I force a selection and disable it so it cannot be changed? I know the code I will need to write (disbaled = true, value = ...) I just cant find the place where I need to insert it.
Thanks,
John
Comment