The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Email Validation or Confirm Email - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Form Validation: JS + PHP (https://forums.formtools.org/forumdisplay.php?fid=18) +--- Thread: Email Validation or Confirm Email (/showthread.php?tid=5221) |
Email Validation or Confirm Email - Darkfx - Jun 26th, 2015 Hi, Is there anyone to make your email field to validate or confirm to the second email field like the attached image. If anyone can help would be appreciate! ![]() RE: Email Validation or Confirm Email - jpmd - Apr 16th, 2016 Yes, I would like that too! RE: Email Validation or Confirm Email - ocbroadband - Nov 2nd, 2017 (Apr 16th, 2016, 7:27 AM)jpmd Wrote: Yes, I would like that too! Validation Rules will do that. I'm doing that exact thing on my form. It is external however, so I'm not sure what your using. PHP Code: <?php Then in my form, I have this for the 2 email fields to compare. PHP Code: <tr> Hope this helps. Lyle |