close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Data bridge Contact and Thank pages problem

Thread began 2/20/2013 11:31 pm by eladgraphics386618 | Last modified 2/23/2013 2:18 am by eladgraphics386618 | 928 views | 4 replies

Jason ByrnesWebAssist

in the validation code, 5 is the captcha validation.

php:
$WAFV_Errors .= WAValidateLE((strtolower(isset($_POST["Security_Code"])?$_POST["Security_Code"]:"")) . "",((isset($_SESSION["captcha_Security_Code"]))?strtolower($_SESSION["captcha_Security_Code"]):"") . "",true,5);



if you examine the code for the captcha image:

php:
<img  src="webassist/captcha/wavt_captchasecurityimages.php?field=Security_Code_2&amp;bgcolor=FFFF99&amp;transparent=false&amp;noisefreq=50&amp;noisecolor=FFFFFF&amp;noiseorder=0&amp;gridfreq=25&amp;gridcolor=99FFFF&amp;gridorder=0&amp;font=fonts/MYTYPE.TTF&amp;characters=5&amp;textcolor=FF0000" alt="Security Code" class="Captcha" />



one of the URL variables is named field:
field=Security_Code_2


this is used to set the name of the captcha session variable as:
captcha_[Field Value]

or in the case:
captcha_Security_Code_2

the validaton, though, is set to use the session named:
captcha_Security_Code

this is why the validation is failing.

on the thank you page, change the captcha va;idation code:

php:
$WAFV_Errors .= WAValidateLE((strtolower(isset($_POST["Security_Code"])?$_POST["Security_Code"]:"")) . "",((isset($_SESSION["captcha_Security_Code"]))?strtolower($_SESSION["captcha_Security_Code"]):"") . "",true,5);



to:

php:
$WAFV_Errors .= WAValidateLE((strtolower(isset($_POST["Security_Code"])?$_POST["Security_Code"]:"")) . "",((isset($_SESSION["captcha_Security_Code_2"]))?strtolower($_SESSION["captcha_Security_Code_2"]):"") . "",true,5);

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...