Skip to content

Conversation

@moisesbr-dw
Copy link

@moisesbr-dw moisesbr-dw commented Jun 26, 2017

In fact, there are two bug fixes related to text area field in this PR.

  1. correct HTML generation

bugged
<textarea name="bureaucracy[11]" id="" rows="15" cols="10" class="edit required&quot; required=&quot;required"></textarea>

fixed
<textarea name="bureaucracy[11]" id="" rows="15" cols="10" class="edit required" required="required"></textarea>

  1. correct e-mail generation

Newlines in text area content are replaced by <br> tags in the e-mail text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant