PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Submit form only if passwords match?

  1. I have a user registration form in a modal window(fancy box). I also have the form set to auto login and redirect to the current page they are on(with url parameters that I need to keep).

    The problem is that if a user mistakenly mis-types the password verification the page is reloaded and the modal window is closed... You can't see an error until you open the modal again.

    It would be great if there was a way to not make the submit button on the form active(open to other suggestions) unless the passwords match.

    Posted 11 years ago on Tuesday February 26, 2013 | Permalink
  2. Please provide a URL to the page on your site where we can see this functionality.

    You can use jQuery to disable the submit button until those password fields match, or enable it after they do match.

    Posted 11 years ago on Wednesday February 27, 2013 | Permalink
  3. localcityagents.com click the register link in the top right

    Posted 11 years ago on Wednesday February 27, 2013 | Permalink