close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

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 | 927 views | 4 replies |

eladgraphics386618

Data bridge Contact and Thank pages problem

Hello

I have downloaded the latest data bridge. I have built the contact page and once I click the submit the preload of thankyou page come up but the thankyou page. It goes back to the contact page.
I have deleted the whole contact page, thankyou page and the webassist folder and start over for 3 times and same result.

Can you please help me? I don't know what I am doing wrong.

thanks

Attached Files
contactNthankyou.zip
Sign in to reply to this post

Jason ByrnesWebAssist

most likely it is failing vlaidation


to help troubleshoot, edit the following code on the thank you page:

php:
if ($WAFV_Errors != "")  {

    PostResult($WAFV_Redirect,$WAFV_Errors,"thankyou");
  }




to:

php:
if ($WAFV_Errors != "")  {

die($WAFV_Errors);
    PostResult($WAFV_Redirect,$WAFV_Errors,"thankyou");
  }




this will help us see what validation is failing.

post back the result and fresh set of the pages, instead of converting the pages to text files, please leave them as php files.

Sign in to reply to this post

eladgraphics386618

Data bridge Contact and Thank pages problem

Thanks So much for quick reply.

I have changed the code and when test, I have the result ( ,5 )

I am attaching the contact and thank pages in dreamweaver

I have posted the site in www.culturenvacations.com

Again thanks so much.

Attached Files
contactusNthankyou.zip
Sign in to reply to this post

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);
Sign in to reply to this post

eladgraphics386618

Data bridge Contact and Thank pages problem

Hello Jason

Thanks so much for the quick response.
I have tried and it worked perfectly.

I want to say big thanks for taking your precious time to point out the errors and show me how to fix it. Even though I know zero in php I could understand and have my work finish on time. You guys are great.

Thanks a million.

eladgraphics

Sign in to reply to this post

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...