![]() |
Sergey Kornilov admin 11/11/2014 |
Create contact form as an Add page of one of tables. Use BeforeAdd event to send the email and then return false; so record is not added to the database. |
B
|
bioman author 11/11/2014 |
Create contact form as an Add page of one of tables. Use BeforeAdd event to send the email and then return false; so record is not added to the database. Check Classifieds template that comes with PHPRunner. clreply is the table, BeforeAdd is the event where email is sent.
|
![]() |
Sergey Kornilov admin 11/12/2014 |
If your email settings are correct (SMTP server address, username and password) email will be sent. |