close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Validation Bug Found

Thread began 11/04/2009 4:38 am by Dave Buchholz | Last modified 11/05/2009 6:41 pm by Eric Mittman | 1322 views | 3 replies |

Dave BuchholzBeta Tester

Validation Bug Found

CS4 / OSX 10.5.8 / CSS Form Builder 1.0.0

Applying server side validation to a custom form generates the following code:

<?php 
if (isset($_POST["addnow"])) {
$WAFV_Redirect = "";
$_SESSION['WAVT_index_666_Errors'] = "";
if ($WAFV_Redirect == "") {
$WAFV_Redirect = $_SERVER["PHP_SELF"];
}
$WAFV_Errors = "";
$WAFV_Errors .= WAValidateRQ(((isset($_POST["title"]))?$_POST["title"]:"") . "",true,1);
$WAFV_Errors .= WAValidateAN(((isset($_POST["sortorder"]))?$_POST["sortorder"]:"") . "",false,false,true,false,"",true,2);

if ($WAFV_Errors != "") {
PostResult($WAFV_Redirect,$WAFV_Errors,"index_666");
}
}
?>



note the _666 which has been added to the name of the page. Now when I apply the validation entry to the form field to retain information after validation fails I get this code:

<input type="text" name="title" id="title" value="<?php echo(ValidatedField("index","S_title")) ?>" />



note that extension has not inserted the _666 after the file name so the info will never show.

Sign in to reply to this post

Eric Mittman

I think that this issue has been resolved in the latest build of CSS Form Builder. This should be available to you in your downloads area under CSS Form Builder in the beta builds area. Please give this a try and let us know if you have any further problems with it.

Sign in to reply to this post

Dave BuchholzBeta Tester

Eric,

It isn't listed in the read me as being solved but I'll give it a go and see what happens.

Sign in to reply to this post

Eric Mittman

Thanks, I did try it myself with the 1.0.1 and did not have the problem and had a colleague mention to me that this issue should be resolved in the new beta. I think that the issue was not properly logged so it might not appear in the notes. If you have any more problems with it let us know.

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