This plugin adds a simple contact page to your Elgg installation.
Features:
** INSTALLATION **
**If you choose to use the capcha feature and you are using Elgg 1.5 you will need to install it separately.**
**CREDITS**
* Original Author: Tim Timalsina
* Updated by: Nick Morelli
This plugin can be accessed on your site at: http://yourdomain.com/pg/contact
Version History
1.8
- added the ability to set your email subjects via plugin settings
- made chosen subject persist for user in case of email/captcha error
- if the there is an error with captcha or sending the message it will now redirect the user back to the contact page to try again
1.5
- added captcha support, html email support, and tools menu support
1.0
- first release
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
nice work Nick, i love it!
can you make a help page. I think its one of the most needed plugin, like contact page. Thanks for contact page plugin.
This is very cool. But i can´t use it at the moment, my provider let me send emails only over SMTP. Next time i rebuilt it for me to work with phpMailer Plugin.
Yehhaaa, now it work´s... without changing the script. If anybody has hostet elgg on GONEO.de, create a file:
sendmail_path = /usr/local/sbin/sendmail -t -i -f YOUR@EMAIL.ADRESS
and save this as php.ini and upload this file to YOUR_ELGG/engine/handlers or if you have shell access you can modified php.ini directly.
Now all email notifications going out, also from all the other plugins :)
Note: phpMailer shoult be unenabled...
@Nick
Thanks to you, i use ELGG many month, but only now - by testing your plug - i find a way to send emails out, without modifying any scripts :D
And a small suggestion i have by this way for you: Make a option to enable capcha only for none-loggedin users...
chears,
elgg rulez
excellent plugin congratulations !!!!
Nice plugin, works great!
I translated the contact form in italian.. Where i can put the file inside here?
Thanks nick for this awesome plugin!
Really nice simple contact page... many thanks :-)
Apart from the form not displaying correctly (everything is a little too far to the left) this works in version 1.7.3
Thanks!
Thanks Nick , I just tested it and working fine for 1.7.3
Hello,
i am new to Elgg and have just installed this plugin.
Question:
Is this form only for members? If I want to write something as a guest, then comes a message that I am forced to login.
Does anyone have a solution?
Regards
Tom
I had same issue someone knows thats wrong !
"Sorry, you cannot perform this action while logged out."
please it is someones knows how to solve it ? can´t figure it out !
but I think it is a good point that even guest can contact us ;)
Anyone manage to make it so guests can use the form?
For anyone who is using late versions of elgg 1.7 and needs to make this plugin usable by guests, this is what you can do:
open start.php in the plugin folder.
go to line 41
and change the following code:
from
to