Hello,
I hope you can answer this question, which feels like I *should* know
it, but cant' seem to figure it out.
I'm building a form which will send email when you click a button. One
of the issues I have is that I want to pass the body of the email
directly when the user clicks the button, and the content of that mail
is longish.
I found a way to force line breaks in the text, which is fine
I'm putting the text in a variable, which works ok with short text, but
when the text becomes too long, it doesn't like it.
Any ideas?
(I realise I may not be all that clear, I seem to have a bit of a
brainfart as to how to explain better)