I cannot rememer whether it was a default field but I need to make the 'Special delivery instructions' a required field. (i've attached a screenshot).
We need to do this as we use City Link at they are causing a bit of a problem where some customers are not giving leaving instructions (never had a problem with Target Express!!).
has anyone done this or can give me a quick bit of code or point me into the archives (I could not find anything in knowledge base or searches).
below is the code as it currently stands:
<td width="60%" style='border: black solid 1pt;'>
<actinic:block if="%3cactinic%3avariable%20name%3d%22ShipPrompt001Required%22%20%2f%3e" />
<span class="actrequired">
</actinic:block>
<font color="red" size="3"><b><Actinic:Variable Name="ShipPrompt001"/>
</font>
<actinic:block if="%3cactinic%3avariable%20name%3d%22ShipPrompt001Required%22%20%2f%3e" />
<span class="actrequired">
</actinic:block></b>
<br>To ensure an efficient delivery service, please advise us of a safe place to leave your food if you are out.
Failure to do so may result in a delay
</td>
Cheers
Mike
We need to do this as we use City Link at they are causing a bit of a problem where some customers are not giving leaving instructions (never had a problem with Target Express!!).
has anyone done this or can give me a quick bit of code or point me into the archives (I could not find anything in knowledge base or searches).
below is the code as it currently stands:
<td width="60%" style='border: black solid 1pt;'>
<actinic:block if="%3cactinic%3avariable%20name%3d%22ShipPrompt001Required%22%20%2f%3e" />
<span class="actrequired">
</actinic:block>
<font color="red" size="3"><b><Actinic:Variable Name="ShipPrompt001"/>
</font>
<actinic:block if="%3cactinic%3avariable%20name%3d%22ShipPrompt001Required%22%20%2f%3e" />
<span class="actrequired">
</actinic:block></b>
<br>To ensure an efficient delivery service, please advise us of a safe place to leave your food if you are out.
Failure to do so may result in a delay
</td>
Cheers
Mike
Comment