Page 1 of 1
[Contact Form] An email address must be specified in order to use this plugin.
Posted: Thu Jul 16, 2009 3:42 am
by uhuy.net
I am using contact form,
http://dev.cmsmadesimple.org/projects/contact_form
but it does not work,
it just show error message
An email address must be specified in order to use this plugin.
i dont know which email must be configured.
please help
Re: [Contact Form] An email address must be specified in order to use this plugin.
Posted: Thu Jul 16, 2009 3:51 am
by jmcgin51
have you read the module Help?
What does this do?
Display's a contact form. This can be used to allow others to send an email message to the address specified.
How do I use it?
Just insert the tag into your template/page like: {contact_form email="
yourname@yourdomain.com"}
If you would like to send an email to multiple adresses, seperate each address with a comma.
What parameters does it take?
* email - The email address that the message will be sent to.
* (optional) style - true/false, use the predefined styles. Default is true.
* (optional) subject_get_var - string, allows you to specify which _GET var to use as the default value for subject.
Example:
{contact_form email="
yourname@yourdomain.com" subject_get_var="subject"}
Then call the page with the form on it like this: /index.php?page=contact&subject=test+subject
And the following will appear in the "Subject" box: "test subject"
* (optional) captcha - true/false, use Captcha response test (Captcha module must be installed). Default is false.
Re: [Contact Form] An email address must be specified in order to use this plugin.
Posted: Thu Jul 16, 2009 12:18 pm
by cyberman
Thanx for your question - i will modify the error output for next version!
Re: [Contact Form] An email address must be specified in order to use this plugin.
Posted: Thu Jul 23, 2009 8:28 pm
by uhuy.net
again, how to enable captcha on this plugins?
thanks
Re: [Contact Form] An email address must be specified in order to use this plugin.
Posted: Fri Jul 24, 2009 12:06 am
by Dr.CSS
Best bet is to use Form Builder...
NOTE: This plugin is deprecated
This plugin has been removed as of CMS made simple version 1.5
Re: [Contact Form] An email address must be specified in order to use this plugin.
Posted: Fri Jul 24, 2009 7:35 pm
by uhuy.net
Dr. CSS wrote:
Best bet is to use Form Builder...
NOTE: This plugin is deprecated
This plugin has been removed as of CMS made simple version 1.5
Thanks Dr. CSS for your suggestion...
i just installed Form Builder,
but i think it is too many options inside and so messy,
i am rather familiar with code to customize a form than such graphical interface.
Contact Form is more suitable for my need.
thanks anyway.
Re: [Contact Form] An email address must be specified in order to use this plugin.
Posted: Fri Jul 24, 2009 10:40 pm
by calguy1000
The contact form plugin is not support anymore, and is removed from further versions of CMSMS.
The recommended solution is the third party option 'formbuilder'.
Re: [Contact Form] An email address must be specified in order to use this plugin.
Posted: Thu Aug 06, 2009 12:26 pm
by cyberman
uhuy.net wrote:
again, how to enable captcha on this plugins?
Have you read the tag help?
there's a special parameter for that ...