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:
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.

1 Attachment

shondy
 
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
I assume you have ticked the box to enable that feature, your image shows the box unticked..
shondy replied on at Permalink Reply
shondy
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.
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
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...
shondy replied on at Permalink Reply
shondy
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!