Forum Discussion
Sending results via email
Hi Chelsea,
sorry, there is no easy way.
Of course you can can write some JavaScript that will create an E-Mail like the one you want to have.
But: this E-Mail will not be sent automatically but manually by the user. There will be enough users who will not send this mail because of many different reasons. Sent mails will contain text that will maybe differ from the text you had originally written into the mailbody, because the user can change this text bevore sending the mail.
Or: you can use some asyncrone JavaScript (AJAX) to send an E-Mail, but you need a server with a mail-sending program (e.g. Apache-Server with php and it's function "mail()").
Anyway: there is no simple working way of sending that kind of E-Mail.
Cheers,
Jan
P.S. You may want to take a look at this thread: