I'm trying to edit the properties of the error message given in the checkout when a customer omits a required field.
This is the html generated at the website:
<table cellpadding="10" width="550" border="1" bgcolor="#ffff99"><tr><td><span class="actrequiredcolor">"<B><span class="actrequiredcolor">City/Town:</span></B>" is required.<BR>
</span></td></tr></table>
Snag is, I cannot find how to change these settings to make it more visible.
In the Design tab I am looking at the:
<actinic:variable name="Error" />
but i cannot see the generated html.
Anyone any ideas?
Mike
This is the html generated at the website:
<table cellpadding="10" width="550" border="1" bgcolor="#ffff99"><tr><td><span class="actrequiredcolor">"<B><span class="actrequiredcolor">City/Town:</span></B>" is required.<BR>
</span></td></tr></table>
Snag is, I cannot find how to change these settings to make it more visible.
In the Design tab I am looking at the:
<actinic:variable name="Error" />
but i cannot see the generated html.
Anyone any ideas?
Mike
Comment