marcinkazmierczak / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

How to compare two elements's values (e.g. password / password new) #214

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add two elements to a form with type "password", names "password" and 
"password_new", add validation with RegExp for length and content
2. submit form
3. check result

What is the expected output? What do you see instead?
TRUE or FALSE

What version of the product are you using? On what operating system?
the newest one

Please provide any additional information below.

I simply do not know how to compare the values of both elements to be sure the 
user knows what he entered :->

Any ideas? 

Original issue reported on code.google.com by i...@oeko-travel.org on 25 Jun 2014 at 12:55