Announcement

Collapse
No announcement yet.

Contact Form ValidationError

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Contact Form ValidationError

    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>
    Web . Design . Multimedia . Branding

    #2
    In Design Text go to ID 2178 is where this table starts. The text comes from other fields, use the search feature.
    Peblaco

    Comment


      #3
      Thanks Louise. That is brilliant and works a treat.
      Web . Design . Multimedia . Branding

      Comment

      Working...
      X