2012-04-12, 04:38:58
Hi eisendrath
The contact form must be called so:
< ?php contact_page('nameofuser', true or false ,true or false); ?> (without spaces between < and ?)
in template or in page (if you have exec plugin installed).
- 2nd parameter: CAPTCHA
* by default is true: captcha is used.
* false: captcha does not work.
-3rd parameter: CLASS PHPMAILER
* by default is false: class phpmailer is not used.
* true: class phpmailer is used. You need to complete /contact/comprueba.php. In lines +- 182 to 210. You must edit this file and adjust the configuration for GMAIL or HOTMAIL or ONO. Comment and discomment the part that you need.
If you want to use captcha and you server works with function mail of php, simply you have to write: < ?php contact_page('nameouser'); ?> (without spaces between < and ?)
Regards.
The contact form must be called so:
< ?php contact_page('nameofuser', true or false ,true or false); ?> (without spaces between < and ?)
in template or in page (if you have exec plugin installed).
- 2nd parameter: CAPTCHA
* by default is true: captcha is used.
* false: captcha does not work.
-3rd parameter: CLASS PHPMAILER
* by default is false: class phpmailer is not used.
* true: class phpmailer is used. You need to complete /contact/comprueba.php. In lines +- 182 to 210. You must edit this file and adjust the configuration for GMAIL or HOTMAIL or ONO. Comment and discomment the part that you need.
If you want to use captcha and you server works with function mail of php, simply you have to write: < ?php contact_page('nameouser'); ?> (without spaces between < and ?)
Regards.