Announcement

Collapse
No announcement yet.

disable a combobox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    disable a combobox

    Hello all,

    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>
    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

    #2
    I am presuming you wish to force UK as the choice, in which case you remove all other countries from your shipping and you specify to not ship if shipping band is not defined and adjust tax rules accordingly also. That should give one choice selected mandatorily.

    Comment

    Working...
    X