close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

display error box or success

Thread began 4/02/2012 1:54 pm by randyw2394710 | Last modified 4/04/2012 7:09 am by randyw2394710 | 3424 views | 5 replies

randyw2394710

Originally Said By: Jason Byrnes
  you already have the validation i nplace to check if the email exists, to show the error box, create it on your page, then select it and use the validation Show If Behaivor arournd it so it will only show if the Numeric validation fails.


for the success box, the insert creates a session variables named:
pcms2_Newsletter_UserID

use an if statement to check if that session is set to show the success message:
php:
<?php if(isset($_SESSION['pcms2_Newsletter_UserID']) && $_SESSION['pcms2_Newsletter_UserID'] != "") { ?>

Success message here
<?php ?>



and add the following code at the bottom of the page to reset the session:
php:
<?php if(isset($_SESSION['pcms2_Newsletter_UserID'])) unset($_SESSION['pcms2_Newsletter_UserID']); ?>
  



i tride what you said. the erorr box appears on page load even when there is no info in data base when you add your information, the error box disappesars and the thank box is shown.

also in the validation show if validation page, is there a way to make it self because this form will be on all the pages

here is a link to show what im talking about thanks i believe im finnally close
index.php

Attached Files
index.zip

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