diff --git a/application/controllers/orders.php b/application/controllers/orders.php index 4f80bbe7..7c5c70a8 100644 --- a/application/controllers/orders.php +++ b/application/controllers/orders.php @@ -103,6 +103,7 @@ class Orders extends CI_Controller { } public function tailormade_save(){ + $this->prevent_spam_order(); $this->form_validation->set_rules('name', 'lang:Firstname', 'required'); $this->form_validation->set_rules('email', 'lang:email', 'required|valid_email'); if ($this->form_validation->run() == false) {