Advertisement

09.03.2008 at 07:20AM PDT, ID: 23699284 | Points: 500
[x]
Attachment Details

webbot validation customization

Asked by kimberlys777 in FrontPage-Expressions, JavaScript, Active Server Pages (ASP)

Tags: , , , ,

Hello,

I created a basic contact form in FrontPage 2003 with a validation field to combat spamming.  
There is a graphic that displays "1234" and an input box that asks the user to fill in the numbers that appear on the graphic.  This input box has a value set to the same "1234".  When I test out the validation, if the code is not input correctly, I get this message:  "please enter a value equal to "1234" in the text field.".  

Is there any way to customize that message so it does not display the "1234" value, but instead says something like "incorrect value in the text field" instead?  The code for part of the form is attached below.
Thanks.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
<form name="frmContact" id="frmContact" action="dbContact.asp" method="post">
...
...
...
<img border="0" src="../img/img_ver.gif" width="136" height="37"></p>
<p>Please type the numbers in the image above:
 
<!--webbot bot="Validation" s-display-name="image text" s-data-type="String" b-value-required="TRUE" s-validation-constraint="Equal to" s-validation-value="3KmV9" -->
 
<input name="img_verify" size="12"><br> <br>
 
<input class="inpttext" type="submit" value="Submit"> <input class="inpttext" type="reset" value="Clear Form">
</p>
</form>
[+][-]09.04.2008 at 02:09AM PDT, ID: 22385336

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.04.2008 at 09:57PM PDT, ID: 22395402

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.05.2008 at 02:26AM PDT, ID: 22396592

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.05.2008 at 01:00PM PDT, ID: 22403161

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-42 / EE_QW_2_20070628