Form Block- can't edit "Notify by Email" address
Permalink
I have come across something that I can't figure out. When I add a form to a page, I am not able to change or add an email address to the section "Notify me by email when people submit this form". The original admin email is available, but nothing else. I tried to change this is the user settings, but the old email still shows up.
I had added to the "site.php" file:
obviously substituting the correct email address, but that didn't do anything. I'm stumped!
Image of what I am talking about is attached.
Any help on this would be appreciated. If I can manually edit it that would be fine.
I had added to the "site.php" file:
define('FORM_BLOCK_SENDER_EMAIL','myemil@mydomain.com');
obviously substituting the correct email address, but that didn't do anything. I'm stumped!
Image of what I am talking about is attached.
Any help on this would be appreciated. If I can manually edit it that would be fine.
I assume you have ticked the box to enable that feature, your image shows the box unticked..
Yes- I was just showing the area that I was having trouble with. Whether I check it or not I get the same result. I can't type into the text field.
Hi, Yes this has been confirmed as a bug, took me a while to track it down here
http://www.concrete5.org/developers/bugs/5-5-2-1/cannot-type-notifi...
http://www.concrete5.org/developers/bugs/5-5-2-1/cannot-type-notifi...
I was able to remove the class from the surrounding div using the web dev toolbar which made the text field editable as suggested here:
http://www.concrete5.org/community/forums/chat/why-cant-i-type-noti...
Definitely a bug, but not impossible to work around.
Thanks for pointing me in the right direction!
http://www.concrete5.org/community/forums/chat/why-cant-i-type-noti...
Definitely a bug, but not impossible to work around.
Thanks for pointing me in the right direction!