close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Spry Validation ERROR

Thread began 7/18/2011 9:32 am by johna1964 | Last modified 8/05/2011 9:31 am by johna1964 | 1685 views | 6 replies |

johna1964

Spry Validation ERROR

Hi,

Everything working great except I receiverd the following error on the send password page:

Spry Validation ERR:The element Reset_Password_group_Confirm_Spry doesn't exist!

Attached is the page and a screenshot of the error message...

Please advise....

Thanks,

johna1964

Sign in to reply to this post

Jason ByrnesWebAssist

please post a link where i can see the problem to investigate the cause.

Sign in to reply to this post

johna1964

jason,

I reran SA and it's working now...

Thanks,

Johna

Sign in to reply to this post

Jason ByrnesWebAssist

OK, glad to hear it is woring.

Sign in to reply to this post

johna1964

Jason,

Hi! I thought I was going to be out of your hair for a while...:)

This same issue cropped up again...in all browsers...

Here is the link: home.php#

Just go to Account Access in the menu bar...

A screen shot is attached. Thought I'd attach the page as well...

Thanks!

johna1964

Sign in to reply to this post

Jason ByrnesWebAssist

change the following code:

php:
<?php if(WA_Auth_RulePasses("Encrypted email return set")){ // Begin Show Region ?>

  <?php if(WA_Auth_RulePasses("Encrypted email return success")){ // Begin Show Region ?>
    
    <?php // End Show Region ?>
  <?php // End Show Region ?>
<script type="text/javascript">
<!--
var Reset_Password_group_Email_Spry = new Spry.Widget.ValidationTextField("Reset_Password_group_Email_Spry", "email", { minChars:6, maxChars:500, is_unique:true , validateOn:["blur"]});
var Reset_Password_group_Password_Spry = new Spry.Widget.ValidationPassword("Reset_Password_group_Password_Spry", { minAlphaChars:5, maxAlphaChars:50, minNumbers:1, maxNumbers:50, minSpecialChars:0, maxSpecialChars:0, minChars:6, maxChars:50, isRequired:true , validateOn:["blur"]});
var Reset_Password_group_Confirm_Spry = new Spry.Widget.ValidationConfirm("Reset_Password_group_Confirm_Spry", "Reset_Password_group_Password",{validateOn:["blur"]});
//-->
</script>



to:

php:
<?php if(WA_Auth_RulePasses("Encrypted email return set")){ // Begin Show Region ?>

  <?php if(WA_Auth_RulePasses("Encrypted email return success")){ // Begin Show Region ?>
<script type="text/javascript">
<!--
var Reset_Password_group_Email_Spry = new Spry.Widget.ValidationTextField("Reset_Password_group_Email_Spry", "email", { minChars:6, maxChars:500, is_unique:true , validateOn:["blur"]});
var Reset_Password_group_Password_Spry = new Spry.Widget.ValidationPassword("Reset_Password_group_Password_Spry", { minAlphaChars:5, maxAlphaChars:50, minNumbers:1, maxNumbers:50, minSpecialChars:0, maxSpecialChars:0, minChars:6, maxChars:50, isRequired:true , validateOn:["blur"]});
var Reset_Password_group_Confirm_Spry = new Spry.Widget.ValidationConfirm("Reset_Password_group_Confirm_Spry", "Reset_Password_group_Password",{validateOn:["blur"]});
//-->
</script>
    <?php // End Show Region ?>
  <?php // End Show Region ?>
Sign in to reply to this post

johna1964

Jason,

Your are terrific!

Thank You!!

Johna

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