but it does not work,
it just show error message
i dont know which email must be configured.An email address must be specified in order to use this plugin.
please help
i dont know which email must be configured.An email address must be specified in order to use this plugin.
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.
Thanks Dr. CSS for your suggestion...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
Have you read the tag help?uhuy.net wrote: again, how to enable captcha on this plugins?