Text Limit for form submission email

Hi Everyone,

I followed the instructions to send my users the information from a form according to the article and using the SendGrid service.

It’s working, but the message is truncating after around 475 characters.

Does anyone knows about such limit? If so, is there a way to get over it?

Thanks,

Hi Leo,
I have been struggling for 4 hours with the same issue… I couldn’t get my emails longer than 7 lines. I am using 2 text blocks and it will only send 1 with UNLIMITED characters. and the second block just won’t go.
Delete your input fields and make new ones…

Hi Wayne, I actually figured it out and make it work. It was an special character that was causing the interruption, so I changed the quotes for the string, from the original " to the `, and it worked for me.