I need to add the hardcoded UPS residential to my V8 site. I want all UPS shipments to be residential, with nothing displayed on the screen. I know it goes in this line, but I'm not sure what to change.
<Actinic:Variable Name="ResidentialPrompt"/>
<input type="checkbox" name="DELIVERRESIDENTIAL" <Actinic:Variable Name="DeliverResidential"/> />
If I change "checkbox" to hidden, it still leaves the label on the screen. I don't want the label there either.
And I'm not sure what to put to hardcode the residential selection.
Help, please.
<Actinic:Variable Name="ResidentialPrompt"/>
<input type="checkbox" name="DELIVERRESIDENTIAL" <Actinic:Variable Name="DeliverResidential"/> />
If I change "checkbox" to hidden, it still leaves the label on the screen. I don't want the label there either.
And I'm not sure what to put to hardcode the residential selection.
Help, please.
Comment