Im trying to ensure that a different delivery address is always selected.
I've tried the following code:
By adding the attributes, 'checked' and 'disabled' it forces the option to be checked, however when I go to checkout page 2 it has defaulted back to the same delivery address as invoice. It seems to think that a different delivery address has not been selected???
If I remove the disabled attribute then checkout page 2 appears as expected. But I cant allow the user to check / uncheck the option.
Any ideas???
J
I've tried the following code:
HTML Code:
<tr> <td colspan="2"><Actinic:Variable Name="InvoicePrompt016"/></td> <td><input type="checkbox" checked <actinic:variable name="InvoiceSeparateCheckStatus" /> name="SEPARATESHIP" value="YES" disabled /></td> </tr>
If I remove the disabled attribute then checkout page 2 appears as expected. But I cant allow the user to check / uncheck the option.
Any ideas???
J
Comment