Simple Email Form

Summary of Features
* Six configurable fields: you configure the labels and sizes
* "From" field appears automatically (and is mandatory but label and size are configurable)
* "From" field is checked to make sure it's a valid email address (using regex, not a realtime check)
* NEW!!! Reply-To field can be configured and attached to outgoing email message
* Fields 1 - 5 can be set to "Active," "Required," or inactive in the module configuration, as needed
* Body of email message contains labels + user input data for active fields
* There is also an optional textarea field with configurable rows and columns
* You can configure a recipient of the submitted email form plus optional CC and/or BCC
* If you want multiple recipients for the To, CC or BCC fields, just specify as many as you want separated by spaces or commas
* Space between the labels and the input fields can be adjusted
* Module adds an optional CSS tag with a custom class you can configure
* If this is configured, this version also adds your_class_th, your_class_td, etc. within form
* Optional "Send Copy to Me" field
* Includes a field to upload an email file attachment
* Email attachments can be filtered by filename extension
* Max length of each field can be set (thanks toRui Castro Lobo!)
* You can specify a redirect URL when the form submits successfully
* Form fields can be set to retain info or to automatically be reset after successful form submission
* 17 language files are included: Danish, Dutch, English, Estonian, French, German, Greek, Hebrew, Hungarian, Italian, Polish, Portugese (Brazilian), Russian, Spanish, Swedish, Thai, and Turkish
* An optional "Captcha" can be activated
* Uses PEAR library Text_CAPTCHA (included)
Requires that the GD extension be compiled with your PHP installation
** Uses open source FreeSansBold.ttf font (included)
** You can configure the width and height
** Colors of the text, lines, and background can be configured
** CAPTCHA files older than 5 minutes are deleted
** CAPTCHA can be either an image or text
*All configuration is done by module manager: no complicated components to install!
Supports Joomla 1.5, 1.6, 1.7 and 2.5!
I've got a question thow: is it works with cache enabled?
I've tried it with native joomla! cache enabled and nothing happens when I'm trying to send emails...
Can you please send me an email separately to me at info @ unlikelysource.net? Should work with caching, if not I need to know what's going on so I can fix any issues, OK?
Is there a way to put a redirect url on the form after successful submission? I am using a funky module that will not allow for confirmation message. I would like it to redirect to a custom thank you page. Is this possible?
Thank you!
Willkey -- Thanks for the suggestion. I'm in the process of testing the 1.6/1.7 version and can put that feature in. Thanks for the review!
The form says what it does and it's pretty simple to setup. Only thing I would have liked was a field to place like a description so you could post a quick reason why you want to complete the form above. I added it to mine to have a description field and a few extra style tags to make it fit my site better but it met the requirements, something short, a few fields of my own, I may even hide the subject field but it's pretty easy for even the novice like me to tweak that can be put anywhere I want on a page. See the example at http://www.4HealthyFamily.com
Normally I respond to comments in a timely manner, so very sorry to have let this one slip by! You can pretty easily stylize the form by filling in the "CSS Class" field in the module configuration. When then happens is that the form will be rendered in this format: label ... more rows ...
Accordingly, you can create a style along these lines:
.your_class {
// basic styling info
}
.your_class th {
// styles for labels
}
.your_class input {
// styles for input fields
}
Easy to install and easy to configure. Really does what it says on the tin.
Also, the coding is great with lots of explanations of what you did and why.
Everyone should be using this and giving Doug a big pat on the back!!!
The only features that I would like added to give it a 5 stars are:
- Possibility to set an object (done) AND make it read only (I use this to enable users to upload and send their resume, and I don't want them to change the object); even better would be to not show the object (but still send it with the email);
- It's a module but it's too big to be in a sidebar (correct); but, I didn't find how to link to it from the menu... There's no "module" menu (and it didn't have one), so I needed to create an empty article, link to it and say that the module only appears in this page; drawback: I have an empty section underneath the form...
- Of course, being able to really create a form (now we are limited to 5 text inputs and 1 text area) would be great... and to add some text to the body of the message (i.e. now, since I don't need any field other than the email and the file attached, I didn't show any custom field, so it sends me an empty message with an attached file. It would be nice to be able to add text to the email without having to have the user enter it (i.e. text area)).
But then again, it would be nice... I know how long it can be to create things and not a priority when we don't get paid for it...
Even after giving this an excellent, I would like to see the text area, the field configurable to adjust the length of text that can be written per line (row) even when the text area is reduced in size, say for instance 60 characters per row and configurable downward regardless of the size of the text area on the form.
All the same installation is easy, captcha setup is easy, customisable fields are easy. All in all nice program but needs some extra development. I could see paying for a "pro" version of this software.
However, I don't understand why the Subject line has to be prefilled? And why it's not possible to make the Subject required aswell. I would much rather prefer it to be empty, like the rest, and made required to be filled in by the user.
Also don't like the fact that you can't put the Subject just above Message, with additional fields above Subject instead of inbetween the two.
Example..
Subject:
Additional field 1:
Additonal field 2:
Message:
Would much rather prefer..
Additional field 1:
Additional field 2:
Subject:
Message:
Other than that, great product overall! Very easy to use. Thanks and keep up the good work!
Actually this is not true! If the message is successfully sent, a success message appears in green. If unable to send, an error message appears in red. The color of the message is configurable. Also, the success or failure messages are included in the translation file, so they will match whatever language the administrator configuring the module chooses.
2. Why should the user input the path and URL for CAPTCHA? I think the CAPTCHA should work out-of-box! Could you please use relative path for it and then you can hide this parameter by using /cache folder by default?
3. The language selector should have an option to detect site language setting or the client browser language.
4. Fields labels should be translatable in language file, NOT to manually set in parameters.
Not sure what is meant by #1. As for #2, it was a conscious decision not to have the module create a CAPTCHA directory. It's too dangerous to have the module write files to some arbitrary place on the host web server! Much better to let the administrator make a conscious decision where to create the CAPTCHAs. The latest version displays an error message with a "suggested" CAPTCHA directory and URL. As for #3 and #4 I agree with baijianpeng. You will note that it is on my "todo list". I most likely won't get to it in the version for Joomla 1.5, but will add that capability in when the version for Joomla 1.6 is released (most likely not until January of 2011).
Emailed Doug about an issue, and received a reply within 26 min. Can't get that from some products you pay for. Highly recommend you try this.






