Created
February 5, 2014 11:20
-
-
Save kinglozzer/8821523 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ($data['Tel'] !== $data['ConfirmTel']) { | |
Session::set("FormInfo.{$form->FormName()}.data", $form->getData()); | |
$form->addErrorMessage('Tel', 'Telephone numbers do not match', 'message required'); | |
return $this->redirectBack(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment