close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Contact me BUTTON doesn't work..

Thread began 4/22/2010 12:05 pm by james276087 | Last modified 4/23/2010 3:36 pm by james276087 | 1953 views | 6 replies |

james276087

Contact me BUTTON doesn't work..

Hello there,
we're having funny weather in Los Angeles, Ca.this week, beautiful snow on the mountains and strong winds and rain.....hepe in Europe have better weather there.

Anyway from the form i made for Contact request, Button for Contact me doesn't work...
It did work ( i think) and now not working ....any advice
thanks for reading

ps.contactus.php?invalid=true

Sign in to reply to this post

Jason ByrnesWebAssist

the ?invalid=true query string variable means that one of the validations is failing.

To pinpoint which one, locate the following code:

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

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





and change it to:

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

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




this will write a coma separated list of numbers to the screen and help us determine which validation is failing.

Please post back a copy of your page so we can examine the code to determine the cause of the problem.

Sign in to reply to this post

james276087

Still doesn't work, after click on Button direct to blank page n show " .6".
I attached the code

thank you

Attached Files
Untitled 1.pdf
Sign in to reply to this post

Jason ByrnesWebAssist

well, like I said, that code would help me troubleshoot the problem, not fix it.

So if it is writing 6 to the screen, that means captcha is not validating.

the first place to start is to test your servers session management.

See the following post for a script you can use for testing session management on the server:
showpost.php?p=23826&postcount=2

Sign in to reply to this post

james276087

Jason,

When i click Second Link show " Session Test = NULL "..
Server has a problem with session management????
Then what can I do??

thanks

Sign in to reply to this post

Jason ByrnesWebAssist

you will need to contact your hosting provider to have them fix the problem. Show them the session test script and they should be able to have the problem fixed fairly quickly.

Sign in to reply to this post

james276087

As always give me the right answer..
thanks again Jason n have nice weekend

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