public function SimpleContactForm() { $form = SimpleContactForm::create($this, 'SimpleContactForm'); if ($form->hasExtension('FormSpamProtectionExtension')) { $form->enableSpamProtection(); } return $form; }
public function SimpleContactForm() { return SimpleContactForm::create($this, 'SimpleContactForm'); }