close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

display error box or success

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

randyw2394710

display error box or success

I would like to create an error box or thank you box on the same page as the form is on
i have some of it done it doesnt add in duplicates

basically the form will submit check if its new user email or not if its new user email it inserts the user and displays the thank you green box when the page is reloaded from another page i need the box to go away

if the user email allready exists it will display the red failor box and no insert

also when page is resubmitted would like to clear all form fields so the boxes only appear once on submit

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

Jason ByrnesWebAssist

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

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

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

randyw2394710

have you looked into new reply

Sign in to reply to this post

Jason ByrnesWebAssist

if you leave the validation redirect empty, it will automatically redirect to self. to fix the problem with the error showing on page load, add the following code at the bottom of the page:


<?php if(isset($_SESSION['WAVT_usersRegistration_Errors'])) unset($_SESSION['WAVT_usersRegistration_Errors']); ?>

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