I'm trying to figure out how to change validation message that appears on the Contact Form, if fields are not completed. The code that gets output onto the page is as follows but I just can't find how to change this. I mainly concerned with styling it. Can anyone help?
Code:
<table cellpadding="10" width="550" border="1" bgcolor="#eeeeee"><tr><td><span class="actrequiredcolor">"<B><span class="actrequiredcolor">Name:</span></B>" is required.<BR> "<B><span class="actrequiredcolor">Subject:</span></B>" is required.<BR> "<B><span class="actrequiredcolor">Email Address:</span></B>" is required.<BR> "<B><span class="actrequiredcolor">Message:</span></B>" is required.<BR> </span></td></tr></table>
Comment