close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

CSS Form Builder Error Not Specifying

Thread began 2/11/2011 8:22 am by lilyvo30405875 | Last modified 2/11/2011 12:07 pm by lilyvo30405875 | 2467 views | 10 replies |

lilyvo30405875

CSS Form Builder Error Not Specifying

I have created 3 forms with CSS form builder 2 out of 3 work. My final is a survey that I would like people to take, I have cutom made it 2 times and still result in an error which is

When the user fills out the form, the page refreshes, keeping the information but not specifying what the issue is the link starts as this

satisfaction_survey.php

and ends as this

satisfaction_survey.php?invalid=true

and the form doesn't send.

What does this mean?

Sign in to reply to this post

Jason ByrnesWebAssist

please send a copy of your page so I can examine the code.

Sign in to reply to this post

lilyvo30405875

Response For Code

This post has been deleted.

lilyvo30405875

part 2

This post has been deleted.

lilyvo30405875

Part 3

This post has been deleted.

lilyvo30405875

Maybe this is what you meant

I'm sorry, I just attached the html page for the form, I guess that is easier. Thanks so much for your help.

Attached Files
satisfaction_survey.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

delete line 15:
$WAFV_Errors .= undefined;

that is not valid code.

Sign in to reply to this post

lilyvo30405875

Jason, I just made that change and it appears to have no effect. I fill out the form and it refreshes ending in invalid=true. Attached is the updated code with line 15 removed. -Thank you so much!

Attached Files
satisfaction_survey.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

to trouble shoot, change this code:

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

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


to:

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

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




this write a comma separated list to the screen showing which validation failed for troubleshooting.

Sign in to reply to this post

lilyvo30405875

Ok, I changed the code in the form and submited the form again, and I still have the same response. I'm not sure if this code was supposed automatically do something or if I don't understand a step after I change the code. Attached is the update html.

Attached Files
satisfaction_survey.php.zip
Sign in to reply to this post
loading

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