Is it possible to have a hotspot or button send an email back with subject line and body appended already?

We have a need to email out a survey to external users where they have an option to click a button or a link to press that will send an email back stating that they approve something or deny it. Formula language and LotusScript cannot be used because I am sending it to external clients.

I was able to do this with a simple HTML mailTo command in a linked hotspot, (mailto:tuser@emcor.net?subject=Approval Subject&body=I approve this request); however, this does not seem to work with any spaces or the normal %20 space commands. Therefore, the email has + or _'s between all the words.

Does anyone know if this is possible or have any other workarounds?

Subject: Spaces shouldn’t be a problem

Unless there is a problem specifically with Notes 8.0 that I am not aware of, spaces in the mailto shouldn’t be a problem. I just did a test using Notes 8.5.1 under Windows XP using your example mailto and I didn’t have a problem.

Subject: html

cheers good information