Hi, I am new in this forum and perl as well. I have a question. I have a form with 3 fields name, phone number and email address. now if any user put the wrong data in any one or more field, I just want to display a message where they made the mistake and the correct one should be the same as they entered. Example...
Name : John
Phone: 01452kao41 (this is the error)
email add: mail@email.com
when the user submit the form, the error message should appear and it will say where the error is, and I want that the name John and email add should not be changed as they are correct, so they user don't need to enter the same data again.
Can any one please help me?
thanks