2014-08-15, 06:48:34
(2014-08-14, 07:32:49)sarnaiz Wrote: I have installed the plug in here http://s511242675.onlinehome.us/index.php?id=contact-me
When I submit a form I do not receive any email. Not sure if I need to edit any other files or if I have not set something up incorrectly.
I am calling the form on the page using:
(% cbcontact user,true,false,'',email,user%)
on my contact page
I am unsure if I need to edit any files for additional information. I do have PHPMailer_v5.1 in the plugins directory, but I now have the parameter that calls it set to false. When I had it set to true I would get the following error even though the folder is in the Plugins directory.
FOLDER PHPMAILER_V5.1 DOES NOT EXIST INSIDE FOLDER PLUGINS OR FILE CLASS.PHPMAILER.PHP IS MISSING.
I am hosting this site at 1and1.com which has php mail available.
I appreciate any help you can provide!!
R: You don't have that edit any more. Too, you can to call to form so:
(% cbcontact user_of_getsimple %)
If the parameters by default are the choosen you can no call to them.
Remember that user is user of getsimple, and email is a valid email.
Parameters:
- 1r: user of admin
- 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 /cbcontact/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.
-4rd parameter: return a echo of form or return a string of form
* by default is false. if the form is called from of content of a page it is possible leaves in blank like ''.
* If the form is called from a template then it is necessary writes a true.
-5,6,7... parameters: here are called to users of admin or emails where you want to received email of contact form. You can put as many as you want.
Regarsd