Exemple #1
0
 public function getForm()
 {
     $this->_form = new JobContactForm();
     $this->_form->setHint('Post a Comment to the employer company:');
     $this->_form->setAction('/forms/contact');
     $this->_form->setPostingId($this->_posting->id);
     return parent::getForm();
 }
Exemple #2
0
 public function getForm()
 {
     $this->_form = new ContactForm();
     $this->_form->setHint('Post a message to the seller:');
     $this->_form->setAction('/forms/contact');
     $this->_form->setPostingId($this->_posting->id);
     return parent::getForm();
 }
Exemple #3
0
 public function getForm()
 {
     $this->_form = new JobContactForm();
     $this->_form->setHint('Post comment to the property owner:');
     $this->_form->setAction('/forms/contact');
     $this->_form->setPostingId($this->_posting->id);
     return parent::getForm();
 }
Exemple #4
0
 public function getForm()
 {
     $this->_form = new JobContactForm();
     $this->_form->setHint('Post a message to business owner:');
     $this->_form->setAction('/forms/contact');
     $this->_form->setPostingId($this->_posting->id);
     $this->_form->setQuestionlabel('Your Question:');
     return parent::getForm();
 }