Nice plugin. Very promising. Can you add an option for each channel to send messages to different email? Also a CAPTCHA feature will be good.
Thanks
I use this plugin october google reCAPTCHA and very good and easy to implement , see an example how it works
To send the message from one channel to different email addresses put the desired emails separated by " , " in the destination email field
Last updated
With a little trick captcha works (because it need to add code between form), but I don't want to send the same email to different addresses (this can be done also with server configuration)
For example. I need to send all emails from "Site" channel to webmaster@example.com and for "Contact" channel to contact@example.com.
Simply create their website and contact channels and set the email for each of them.
For captcha yes, you need to add into the form. That's easy enough overriding partial component feedback
Last updated
There isn't any option for that in channel edit. The only fields are : name, code, method (select list) and a checkbox for database store.
Last updated
So there seems to be a problem in your installation , as you can see below there is an option as I told you.
Intresting, I make a clean install and I get the same result. Also I copy the GItHub version and there's no change.
Also if you see the GItHub version of model https://raw.githubusercontent.com/ebussola/octobercms-feedback/master/models/feedback/fields.yaml it dosen't have this options/fields.
Can you upload somewhere your plugin version? Is there a place (development or other) that I can get that?
Last updated
In this version I added replyTo in e-mail, and asked to upgrade to the official version of the plugin.
Last updated
tsioukas, you have to select "Email" as the method of sending the message on the Channel configuration.
If it is not enough, please, send a screenshot, a javascript log or any clue that help me understand what is happening.
Here is a screen shot.
http://s10.postimg.org/wr523nj95/feedback.png
In chrome browser console doesn’t show any error, I change method to none and back to email and it doesn’t change anything.
Now I am working in my local machine (Windows) that it runs PHP 5.6.3
Ribbsousa, I get the same result..
Temporarily I found a solution for this, with manual editing of json method data field directly into my database (added email destination and subject).
I will try it again in 2 weeks when my new server will be up.
P.S. Is there any remove option from inbox/archive?
Last updated
tsioukas said:
Intresting, I make a clean install and I get the same result. Also I copy the GItHub version and there's no change.
Also if you see the GItHub version of model https://raw.githubusercontent.com/ebussola/octobercms-feedback/master/models/feedback/fields.yaml it dosen't have this options/fields.
Can you upload somewhere your plugin version? Is there a place (development or other) that I can get that?
tsioukas said:
There isn't any option for that in channel edit. The only fields are : name, code, method (select list) and a checkbox for database store.
Checking here really in a new clean installation fields are not rendered in the form.It worked for me because I did the upgrade from the first version of the plugin, for those who install from this new version will not work. Getting run fields.yaml editing the file and manually adding fields.
I will request a pull request
I've just figured out what was happening. These fields are loaded when (and only when) you are on the backend. For some reason, when installing via Installer the plugin wasn't able to identify when you are on backend.
Fixed on 1.2.3
1-15 of 15