rules icon indicating copy to clipboard operation
rules copied to clipboard

email body as text area

Open AntonMartyniuk opened this issue 8 years ago • 1 comments

Make text body field as text area

AntonMartyniuk avatar May 18 '16 12:05 AntonMartyniuk

Almost there! I tested with simplytest.me and found that the email message still wasn't a textarea. After looking it turns out that the problem was that $formElement is a protected variable so ContextFormTrait cant use it directly.

I have create a fix for this here: https://github.com/AntonMartyniuk/rules/pull/2

yanniboi avatar May 31 '16 14:05 yanniboi